StatusingDataSet.LocalLookupTableFullValuesRow.IsLT_VALUE_DURNull method
Determines whether the LT_VALUE_DUR property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsLT_VALUE_DURNull As Boolean
'Usage
Dim instance As StatusingDataSet.LocalLookupTableFullValuesRow
Dim returnValue As Boolean
returnValue = instance.IsLT_VALUE_DURNull()
public bool IsLT_VALUE_DURNull()
Return value
Type: System.Boolean
See also
Reference
StatusingDataSet.LocalLookupTableFullValuesRow class