WebTemplate.Lcid property

Gets a value that specifies the LCID for the site definition configuration or site template.

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

Syntax

'Declaration
Public ReadOnly Property Lcid As UInteger
    Get
'Usage
Dim instance As WebTemplate
Dim value As UInteger

value = instance.Lcid
public uint Lcid { get; }

Property value

Type: System.UInt32
Returns a UInt32 instance representing the LCID for the site definition configuration or site template.

See also

Reference

WebTemplate class

WebTemplate members

Microsoft.SharePoint.Client namespace