LookupTableDataSet.LookupTableMasksRow.IsLT_MASK_STRUCT_TYPE_ENUMNull Method
Determines whether the LT_MASK_STRUCT_TYPE_ENUM 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_MASK_STRUCT_TYPE_ENUMNull As Boolean
'Usage
Dim instance As LookupTableDataSet.LookupTableMasksRow
Dim returnValue As Boolean
returnValue = instance.IsLT_MASK_STRUCT_TYPE_ENUMNull()
public bool IsLT_MASK_STRUCT_TYPE_ENUMNull()
Return Value
Type: System.Boolean
See Also
Reference
LookupTableDataSet.LookupTableMasksRow Class