SPListEventProperties.TemplateId property

Gets the identifier of the template on which the list is based.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPListEventProperties class

SPListEventProperties members

Microsoft.SharePoint namespace