ProjectDataSet.TaskRow.TASK_IGNORES_RES_CAL property
Indicates whether the resource calendar should be ignored when scheduling this task.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_IGNORES_RES_CAL As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Boolean
value = instance.TASK_IGNORES_RES_CAL
instance.TASK_IGNORES_RES_CAL = value
public bool TASK_IGNORES_RES_CAL { get; set; }
Property value
Type: System.Boolean
Remarks
Read-only. When true, the calendar that is specified in TASK_CAL_UID is used for scheduling and the calendar that is associated with the resource is ignored.