SPSiteSubscriptionFeaturePackCollection class
Represents a collection of SPSiteSubscriptionFeaturePack objects.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.SPBaseCollection
Microsoft.SharePoint.SPSiteSubscriptionFeaturePackCollection
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public NotInheritable Class SPSiteSubscriptionFeaturePackCollection _
Inherits SPBaseCollection _
Implements IEnumerable(Of SPSiteSubscriptionFeaturePack), IEnumerable
'Usage
Dim instance As SPSiteSubscriptionFeaturePackCollection
public sealed class SPSiteSubscriptionFeaturePackCollection : SPBaseCollection,
IEnumerable<SPSiteSubscriptionFeaturePack>, 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.