TaskType.IsComplete Property
The IsComplete property gets or sets a Boolean value that indicates whether the task has been completed.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsComplete As Boolean
Get
Set
'Usage
Dim instance As TaskType
Dim value As Boolean
value = instance.IsComplete
instance.IsComplete = value
public bool IsComplete { get; set; }
Property Value
Type: System.Boolean
The IsComplete property returns true if the task has been completed; otherwise, the property returns false.
See Also