LookupTableMultiLangDataSet.LookupTableValuesRow.LCID Property
Specifies the locale identifier for cultural language information.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
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