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