IsTeamTask property

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

Implementation

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