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)

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.

See also

Reference

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace