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