TextValueWithLanguage.Lcid property
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property Lcid As Integer
Get
Set
'Usage
Dim instance As TextValueWithLanguage
Dim value As Integer
value = instance.Lcid
instance.Lcid = value
public int Lcid { get; set; }
Property value
Type: System.Int32