Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'Declaration
Public ReadOnly Property TemplateFeatureId As Guid
Get
'Usage
Dim instance As SPList
Dim value As Guid
value = instance.TemplateFeatureId
public Guid TemplateFeatureId { get; }
Type: System.Guid
The GUID of the template feature.