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)

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.

See also

Reference

SPSiteSubscriptionCollection members

Microsoft.SharePoint namespace