Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Feature with the specified GUID from the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Item ( _
featureId As Guid _
) As SPFeature
Get
'Usage
Dim instance As SPFeatureCollection
Dim featureId As Guid
Dim value As SPFeature
value = instance.Item(featureId)
public SPFeature this[
Guid featureId
] { get; }
Parameters
featureId
Type: System.GuidA System.Guid that identifies the Feature.
Property Value
Type: Microsoft.SharePoint.SPFeature
An SPFeature object that represents the Feature.