Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of site collections that are represented in the content database.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Sites As SPSiteCollection
Get
'Usage
Dim instance As SPContentDatabase
Dim value As SPSiteCollection
value = instance.Sites
public SPSiteCollection Sites { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPSiteCollection
An SPSiteCollection object that represents the collection of site collections.