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.
Task is recurring indicates whether the task is part of a series of recurring tasks.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_IS_RECURRING As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Boolean
value = instance.TASK_IS_RECURRING
instance.TASK_IS_RECURRING = value
public bool TASK_IS_RECURRING { get; set; }
Property value
Type: System.Boolean
Remarks
Read-only. Both the parent summary task and the individual occurrence have TASK_IS_RECURRING set to true.