ProjectDataSet.TaskRow.IsTASK_IGNORES_RES_CALNull Method
Determines whether the TASK_IGNORES_RES_CAL property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsTASK_IGNORES_RES_CALNull As Boolean
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim returnValue As Boolean
returnValue = instance.IsTASK_IGNORES_RES_CALNull()
public bool IsTASK_IGNORES_RES_CALNull()
Return Value
Type: System.Boolean