ProjectDataSet.TaskRow.TASK_IS_NULL Property
Task is null is true if this task has no values set.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TASK_IS_NULL As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Boolean
value = instance.TASK_IS_NULL
instance.TASK_IS_NULL = value
public bool TASK_IS_NULL { get; set; }
Property Value
Type: System.Boolean
Remarks
Read-only. Calculated.