Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the resource calendar should be ignored when scheduling this task.
Namespace: WebSvcProject
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.