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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property TemplateFeatureId As Guid
Get
'Usage
Dim instance As SPList
Dim value As Guid
value = instance.TemplateFeatureId
[ClientCallableAttribute]
public Guid TemplateFeatureId { get; }
Property Value
Type: System.Guid
The GUID of the template feature.