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