Share via


LocalizedName.Lcid property

Gets or sets the locale identifier (LCID) representing the language.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Lcid As UInteger
    Get
    Set
'Usage
Dim instance As LocalizedName
Dim value As UInteger

value = instance.Lcid

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

Property value

Type: System.UInt32
The LCID representing the language.

See also

Reference

LocalizedName class

LocalizedName members

Microsoft.SharePoint.BusinessData.Administration namespace