LookupTableMultiLangDataSet.LookupTablesRow.LT_SORT_ORDER_ENUM Property
Indicates the sort order of the lookup table, specified by the LookupTables.SortOrder enumeration.
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_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