IsTeamTask property

bool? get IsTeamTask
Gets a value indicating whether the task is a team task.

Implementation

bool? get IsTeamTask => this.PropertyBag[TaskSchema.IsTeamTask] as bool?;