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