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)
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.

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace