SPWebApplication.SelfServiceCreateIndividualSite-Eigenschaft
Ruft ab oder legt einen booleschen Wert, der True, wenn eine einzelne Website, False für eine Websitesammlung SSC erstellt werden sollen
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SelfServiceCreateIndividualSite As Boolean
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.SelfServiceCreateIndividualSite
instance.SelfServiceCreateIndividualSite = value
public bool SelfServiceCreateIndividualSite { get; set; }
Eigenschaftswert
Typ: System.Boolean