SPContentDatabase.MaximumSiteCount Property
Gets or sets the maximum number of sites that can be represented in the content database.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property MaximumSiteCount As Integer
Get
Set
'Usage
Dim instance As SPContentDatabase
Dim value As Integer
value = instance.MaximumSiteCount
instance.MaximumSiteCount = value
public int MaximumSiteCount { get; set; }
Property Value
Type: System.Int32
A 32-bit integer that specifies the maximum number of sites.