Share via


WebTemplate.Lcid Property

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Lcid As UInteger
    Get
'Usage
Dim instance As WebTemplate
Dim value As UInteger

value = instance.Lcid
[RemoteAttribute]
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