LookupTableMultiLangDataSet.LookupTableValuesRow.LCID Property
Specifies the locale identifier for cultural language information.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property LCID As Integer
Get
Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
Dim value As Integer
value = instance.LCID
instance.LCID = value
public int LCID { get; set; }
Property Value
Type: System.Int32
See Also
Reference
LookupTableMultiLangDataSet.LookupTableValuesRow Class