TaskType.IsTeamTaskSpecified Property
The IsTeamTaskSpecified property gets or sets a Boolean value that specifies whether the IsTeamTask property is serialized into theSOAP request. This property is required if the IsTeamTask property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsTeamTaskSpecified As Boolean
Get
Set
'Usage
Dim instance As TaskType
Dim value As Boolean
value = instance.IsTeamTaskSpecified
instance.IsTeamTaskSpecified = value
public bool IsTeamTaskSpecified { get; set; }
Property Value
Type: System.Boolean
The IsTeamTaskSpecified property returns true if the IsTeamTask property is serialized into the SOAP request; otherwise, the property returns false.
See Also