TaskType.IsTeamTask Property

Definition

The IsTeamTask property gets or sets a Boolean value that indicates whether the task is owned by a team.

public:
 property bool IsTeamTask { bool get(); void set(bool value); };
public bool IsTeamTask { get; set; }
Public Property IsTeamTask As Boolean

Property Value

The IsTeamTask property returns true if the task is owned by a team; otherwise, the property returns false.

Applies to