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