CalendarItemType.AppointmentStateSpecified Property

Definition

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

public:
 property bool AppointmentStateSpecified { bool get(); void set(bool value); };
public bool AppointmentStateSpecified { get; set; }
Public Property AppointmentStateSpecified As Boolean

Property Value

The AppointmentStateSpecified property returns true if the AppointmentState property is serialized into the SOAP request; otherwise, the property returns false.

Applies to