Share via


WebInformation.WebTemplateId property

Gets the identifier (ID) of the site definition that was used to create the site.

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

Syntax

'Declaration
Public ReadOnly Property WebTemplateId As Integer
    Get
'Usage
Dim instance As WebInformation
Dim value As Integer

value = instance.WebTemplateId
public int WebTemplateId { get; }

Property value

Type: System.Int32
The identifier of the site definition.

See also

Reference

WebInformation class

WebInformation members

Microsoft.SharePoint.Client namespace