SPSiteSubscriptionFeaturePack.FeatureDefinitions property
Gets the collection of feature definition objects associated with this feature pack.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FeatureDefinitions As IEnumerable(Of SPFeatureDefinition)
Get
'Usage
Dim instance As SPSiteSubscriptionFeaturePack
Dim value As IEnumerable(Of SPFeatureDefinition)
value = instance.FeatureDefinitions
public IEnumerable<SPFeatureDefinition> FeatureDefinitions { get; }
Property value
Type: System.Collections.Generic.IEnumerable<SPFeatureDefinition>
An enumerable collection of feature definitions.
See also
Reference
SPSiteSubscriptionFeaturePack class