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 subscription to which this site collection belongs.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public ReadOnly Property SiteSubscription As SPSiteSubscription
Get
'Usage
Dim instance As SPSite
Dim value As SPSiteSubscription
value = instance.SiteSubscription
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public SPSiteSubscription SiteSubscription { get; }
Property Value
Type: Microsoft.SharePoint.SPSiteSubscription
An object that represents associated site collections.