SiteConfig.DefaultDocuments property
Namespace: Microsoft.Web.Hosting.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property DefaultDocuments As String()
Get
Set
'Usage
Dim instance As SiteConfig
Dim value As String()
value = instance.DefaultDocuments
instance.DefaultDocuments = value
[DataMemberAttribute(IsRequired = false)]
public string[] DefaultDocuments { get; set; }
Property value
Type: []