StatusingDataSet.AssignmentsRow.IsWASSN_SEND_UPDATE_DATENull method
Determines whether the WASSN_SEND_UPDATE_DATE 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_SEND_UPDATE_DATENull As Boolean
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim returnValue As Boolean
returnValue = instance.IsWASSN_SEND_UPDATE_DATENull()
public bool IsWASSN_SEND_UPDATE_DATENull()
Return value
Type: System.Boolean
See also
Reference
StatusingDataSet.AssignmentsRow class