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