ProjectDataSet.TaskRow.TASK_IGNORES_RES_CAL Property
Indicates whether the resource calendar should be ignored when scheduling this task.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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.