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 identifier of the template on which the list is based.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property TemplateId As Integer
Get
'Usage
Dim instance As SPListEventProperties
Dim value As Integer
value = instance.TemplateId
public int TemplateId { get; }
Property Value
Type: System.Int32
An integer corresponding to one of the SPListTemplateType enumeration values.