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