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 site subscription with the specified GUID from the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Item ( _
id As Guid _
) As SPSiteSubscription
Get
'Usage
Dim instance As SPSiteSubscriptionCollection
Dim id As Guid
Dim value As SPSiteSubscription
value = instance.Item(id)
public SPSiteSubscription this[
Guid id
] { get; }
Parameters
id
Type: System.GuidThe GUID of the site subscription.
Property Value
Type: Microsoft.SharePoint.SPSiteSubscription
SPSiteSubscription
The site subscription.
See Also
Reference
SPSiteSubscriptionCollection Class