SPListTemplate.FeatureId property
Gets the ID of the Feature containing the list definition.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FeatureId As Guid
Get
'Usage
Dim instance As SPListTemplate
Dim value As Guid
value = instance.FeatureId
public Guid FeatureId { get; }
Property value
Type: System.Guid
A System.Guid object that indicates the Feature ID.