MeetingRequestMessageType.AppointmentStateSpecified Property

Definition

The AppointmentStateSpecified property gets or sets a Boolean value that indicates whether the AppointmentState property is serialized into the SOAP message. 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 in the SOAP message; otherwise, the property returns false.

Applies to