MeetingMessageType.IsOutOfDateSpecified Property

Definition

The IsOutOfDateSpecified property gets or sets a Boolean value that specifies whether the IsOutOfDate property is serialized into the SOAP message. This property is required if the IsOutOfDate property is specified.

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

Property Value

The IsOutOfDateSpecified property returns true if the IsOutOfDate property is serialized into the SOAP message; otherwise, the property returns false.

Applies to