Share via


LookupTableMultiLangDataSet.LookupTablesRow.LT_PRIMARY_LCID Property

Specifies the primary locale identifier for the lookup table.

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 LT_PRIMARY_LCID As Integer
    Get
    Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesRow
Dim value As Integer

value = instance.LT_PRIMARY_LCID

instance.LT_PRIMARY_LCID = value
public int LT_PRIMARY_LCID { get; set; }

Property Value

Type: System.Int32

See Also

Reference

LookupTableMultiLangDataSet.LookupTablesRow Class

LookupTableMultiLangDataSet.LookupTablesRow Members

LookupTable Web Service