LookupTableDataSet.LookupTableTreesRow.IsLT_VALUE_DURNull Method
Determines whether the LT_VALUE_DUR property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsLT_VALUE_DURNull As Boolean
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim returnValue As Boolean
returnValue = instance.IsLT_VALUE_DURNull()
public bool IsLT_VALUE_DURNull()
Return Value
Type: System.Boolean
See Also
Reference
LookupTableDataSet.LookupTableTreesRow Class