SiteCreationProperties.CompatibilityLevel property
Gets or sets the compatibility level 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 CompatibilityLevel As Integer
Get
Set
'Usage
Dim instance As SiteCreationProperties
Dim value As Integer
value = instance.CompatibilityLevel
instance.CompatibilityLevel = value
public int CompatibilityLevel { get; set; }
Property value
Type: System.Int32