Mode property

TaskMode? Mode
Gets a value indicating the mode of the task.

Implementation

TaskMode? get Mode => this.PropertyBag[TaskSchema.Mode] as TaskMode?;