SPFeatureDependency.FeatureId property

Gets the GUID that identifies the Feature that is depended upon.

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

Syntax

'Declaration
Public ReadOnly Property FeatureId As Guid
    Get
'Usage
Dim instance As SPFeatureDependency
Dim value As Guid

value = instance.FeatureId
public Guid FeatureId { get; }

Property value

Type: System.Guid
A GUID that identifies the Feature that is depended upon.

See also

Reference

SPFeatureDependency class

SPFeatureDependency members

Microsoft.SharePoint namespace