ProjectDataSet.TaskRow.TASK_IGNORES_RES_CAL Property

Ignores resource calendar indicates whether the resource calendar should be ignored when scheduling this task.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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 specified in TASK_CAL_UID is used for scheduling and the calendar associated with the resource is ignored.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

WebSvcProject Namespace