LocalizedNameStruct.LCID property
Gets or sets the LCID value.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LCID As UInteger
Get
Set
'Usage
Dim instance As LocalizedNameStruct
Dim value As UInteger
value = instance.LCID
instance.LCID = value
public uint LCID { get; set; }
Property value
Type: System.UInt32
The LCID value.