ProjectDataSet.TaskRow.TASK_IS_RECURRING Property
Task is recurring indicates whether the task is part of a series of recurring tasks.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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.