SiteCreationProperties.Template property

Gets or sets the web template name of the new site.

Namespace:  Microsoft.Online.SharePoint.TenantAdministration
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

'Declaration
Public Property Template As String
    Get
    Set
'Usage
Dim instance As SiteCreationProperties
Dim value As String

value = instance.Template

instance.Template = value
public string Template { get; set; }

Property value

Type: System.String

See also

Reference

SiteCreationProperties class

SiteCreationProperties members

Microsoft.Online.SharePoint.TenantAdministration namespace