Share via


SPSiteSubscriptionFeaturePackCollection.Item property

Gets an SPSiteSubscriptionFeaturePack object based on the specified GUID.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    featurePackId As Guid _
) As SPSiteSubscriptionFeaturePack
    Get
'Usage
Dim instance As SPSiteSubscriptionFeaturePackCollection
Dim featurePackId As Guid
Dim value As SPSiteSubscriptionFeaturePack

value = instance(featurePackId)
public SPSiteSubscriptionFeaturePack this[
    Guid featurePackId
] { get; }

Parameters

  • featurePackId
    Type: System.Guid

    The GUID of the feature pack.

Property value

Type: Microsoft.SharePoint.SPSiteSubscriptionFeaturePack
SPSiteSubscriptionFeaturePack
The feature pack.

See also

Reference

SPSiteSubscriptionFeaturePackCollection class

SPSiteSubscriptionFeaturePackCollection members

Microsoft.SharePoint namespace