Share via


LookupTableDataSet.LookupTablesRow.IsLT_SORT_ORDER_ENUMNull method

Determines whether the LT_SORT_ORDER_ENUM property is set to a a null reference (Nothing in Visual Basic) value.

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

Syntax

'Declaration
Public Function IsLT_SORT_ORDER_ENUMNull As Boolean
'Usage
Dim instance As LookupTableDataSet.LookupTablesRow
Dim returnValue As Boolean

returnValue = instance.IsLT_SORT_ORDER_ENUMNull()
public bool IsLT_SORT_ORDER_ENUMNull()

Return value

Type: System.Boolean
True if the property is null; otherwise, False.

See also

Reference

LookupTableDataSet.LookupTablesRow class

LookupTableDataSet.LookupTablesRow members

WebSvcLookupTable namespace