SPSiteSubscriptionCollection Class
Represents the farm level collection of site subscriptions.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.SPBaseCollection
Microsoft.SharePoint.SPSiteSubscriptionCollection
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public NotInheritable Class SPSiteSubscriptionCollection _
Inherits SPBaseCollection _
Implements IEnumerable(Of SPSiteSubscription), IEnumerable
'Usage
Dim instance As SPSiteSubscriptionCollection
public sealed class SPSiteSubscriptionCollection : SPBaseCollection,
IEnumerable<SPSiteSubscription>, IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.