LookupTableMultiLangDataSet.LookupTablesRow.LT_SORT_ORDER_ENUM property
Indicates the sort order of the lookup table, specified by the LookupTables.SortOrder enumeration.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LT_SORT_ORDER_ENUM As Byte
Get
Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesRow
Dim value As Byte
value = instance.LT_SORT_ORDER_ENUM
instance.LT_SORT_ORDER_ENUM = value
public byte LT_SORT_ORDER_ENUM { get; set; }
Property value
Type: System.Byte
See also
Reference
LookupTableMultiLangDataSet.LookupTablesRow class