次の方法で共有


TaskType.IsTeamTask Property

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

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IsTeamTask As Boolean
    Get
    Set
'Usage
Dim instance As TaskType
Dim value As Boolean

value = instance.IsTeamTask

instance.IsTeamTask = value
public bool IsTeamTask { get; set; }

Property Value

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