LookupTableDataSet.LookupTableMasksRow.IsLT_MASK_STRUCT_LENGTHNull Method
Determines whether the LT_MASK_STRUCT_LENGTH property is set to a a null reference (Nothing in Visual Basic) value.
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 Function IsLT_MASK_STRUCT_LENGTHNull As Boolean
'Usage
Dim instance As LookupTableDataSet.LookupTableMasksRow
Dim returnValue As Boolean
returnValue = instance.IsLT_MASK_STRUCT_LENGTHNull()
public bool IsLT_MASK_STRUCT_LENGTHNull()
Return Value
Type: System.Boolean
See Also
Reference
LookupTableDataSet.LookupTableMasksRow Class