SPSiteSubscriptionSiteCollection class

Represents a read-only collection that is used to enumerate the site collections in a subscription.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPBaseCollection
      Microsoft.SharePoint.SPSiteSubscriptionSiteCollection

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public NotInheritable Class SPSiteSubscriptionSiteCollection _
    Inherits SPBaseCollection _
    Implements IEnumerable(Of SPSite), IEnumerable
'Usage
Dim instance As SPSiteSubscriptionSiteCollection
public sealed class SPSiteSubscriptionSiteCollection : SPBaseCollection, 
    IEnumerable<SPSite>, 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

SPSiteSubscriptionSiteCollection members

Microsoft.SharePoint namespace