SPListTemplate.FeatureId Property
Gets the ID of the Feature containing the list definition.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property FeatureId As Guid
Get
'Usage
Dim instance As SPListTemplate
Dim value As Guid
value = instance.FeatureId
[ClientCallableAttribute]
public Guid FeatureId { get; }
Property Value
Type: System.Guid
A System.Guid object that indicates the Feature ID.