StatusingDataSet.TasksRow.TASK_IGNORES_RES_CAL property
Gets or sets the Boolean value that specifies whether the resource calendar should be ignored when scheduling a task.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_IGNORES_RES_CAL As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
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
The default value is False.
See also
Reference
StatusingDataSet.TasksRow class