WebInformation.WebTemplate property
Gets the name of the site definition or site template 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 WebTemplate As String
Get
'Usage
Dim instance As WebInformation
Dim value As String
value = instance.WebTemplate
public string WebTemplate { get; }
Property value
Type: System.String
The name of the site definition.