SPFeatureDependency.FeatureId Property
Gets the GUID that identifies the Feature that is depended upon.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.