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