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


CalendarItemType.AppointmentSequenceNumberSpecified Property

The AppointmentSequenceNumberSpecified property gets or sets a Boolean value that specifies whether the AppointmentSequenceNumber property is serialized into the SOAPrequest. This property is required if the AppointmentSequenceNumber is specified.

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

Syntax

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

value = instance.AppointmentSequenceNumberSpecified

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

Property Value

Type: System.Boolean
The AppointmentSequenceNumberSpecified property returns true if the AppointmentSequenceNumber property is serialized into the SOAPrequest; otherwise, the property returns false.