TaskType.IsTeamTask Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.