Поделиться через


CalendarItemType.IsCancelledSpecified Property

The IsCancelledSpecified property gets or sets a Boolean value that specifies whether the IsCancelled property is serialized into the SOAP request. This property is required if the IsCancelled property is specified.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IsCancelledSpecified As Boolean
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As Boolean

value = instance.IsCancelledSpecified

instance.IsCancelledSpecified = value
public bool IsCancelledSpecified { get; set; }

Property Value

Type: System.Boolean
The IsCancelledSpecified property returns true if the IsCancelled property is serialized into the SOAP request; otherwise, the property returns false.