SPList.TemplateFeatureId property
Gets the globally unique identifier (GUID) of a template feature that is associated with the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TemplateFeatureId As Guid
Get
'Usage
Dim instance As SPList
Dim value As Guid
value = instance.TemplateFeatureId
public Guid TemplateFeatureId { get; }
Property value
Type: System.Guid
The GUID of the template feature.