TaskType.StartDateSpecified Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property StartDateSpecified As Boolean
Get
Set
'Usage
Dim instance As TaskType
Dim value As Boolean
value = instance.StartDateSpecified
instance.StartDateSpecified = value
public bool StartDateSpecified { get; set; }
Property Value
Type: System.Boolean
The StartDateSpecified property returns true if the StartDate property is serialized into the SOAP request; otherwise, the property returns false.
See Also