SiteCreationProperties.Lcid property
Gets or sets the locale ID 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 Lcid As UInteger
Get
Set
'Usage
Dim instance As SiteCreationProperties
Dim value As UInteger
value = instance.Lcid
instance.Lcid = value
public uint Lcid { get; set; }
Property value
Type: System.UInt32