LookupTableDataSet.LookupTablesRow.LT_PRIMARY_LCID property

Gets or sets the primary locale identifier for the lookup table.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property LT_PRIMARY_LCID As Integer
    Get
    Set
'Usage
Dim instance As LookupTableDataSet.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

Remarks

To help understand the LT_PRIMARY_LCID property, suppose lut is a LookupTableWS.LookupTableDataSet object that contains one lookup table (LookupTableWS is the name for a reference to the LookupTable Web service).

If you serialize lut to an XML file, the LookupTables element has the following values.

<LookupTables>
    <LT_UID>5ee9b465-489c-4083-bb26-0694918103f6</LT_UID>
    <LT_NAME>Location</LT_NAME>
    <LT_SORT_ORDER_ENUM>1</LT_SORT_ORDER_ENUM>
    <LT_PRIMARY_LCID>1033</LT_PRIMARY_LCID>
    <LT_FILL_ALL_LEVELS>false</LT_FILL_ALL_LEVELS>
    <LT_CHECKOUTDATE>2011-08-28T10:19:47.72-07:00</LT_CHECKOUTDATE>
    <MOD_DATE>2011-08-28T10:19:00.59-07:00</MOD_DATE>
</LookupTables>

The LT_PRIMARY_LCID value 1033 indicates U.S. English.

See also

Reference

LookupTableDataSet.LookupTablesRow class

LookupTableDataSet.LookupTablesRow members

WebSvcLookupTable namespace