SPWebApplication.SelfServiceCreateIndividualSite property

Gets or Sets a boolean that is true if SSC should create an individual Site, false for a Site Collection

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; }

Property value

Type: System.Boolean

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace