RecurringTaskParameters

RecurringTaskParameters class

Represents the set of parameters are used to create a recurring task in a project.

Constructors

NameDescription
RecurringTaskParametersInitializes a new instance of the RecurringTaskParameters class.

Methods

NameDescription
get_DurationGets the duration for one occurrence of the recurring task.
get_IgnoreResourceCalendarGets a value indicating whether to schedule the recurring task even if it does not happen when any resources are available to work on it.
get_RecurrencePatternGets the recurrence pattern of the recurring task.
get_TaskNameGets the name of the recurring task.
set_DurationSets the duration for one occurrence of the recurring task.
set_IgnoreResourceCalendarSets a value indicating whether to schedule the recurring task even if it does not happen when any resources are available to work on it.
set_RecurrencePatternSets the recurrence pattern of the recurring task.
set_TaskNameSets the name of the recurring task.
SetCalendarSet a calendar for recurring task. The calendar is selected from project calendar collection.