ConferenceCommandResponse.MessageData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the message that completed the response.
public: property Microsoft::Rtc::Signaling::SipMessageData ^ MessageData { public:
Microsoft::Rtc::Signaling::SipMessageData ^ get(); protected:
void set(Microsoft::Rtc::Signaling::SipMessageData ^ value); };
public Microsoft.Rtc.Signaling.SipMessageData MessageData { get; protected set; }
member this.MessageData : Microsoft.Rtc.Signaling.SipMessageData with get, set
Public Property MessageData As SipMessageData
Property Value
Remarks
The message could either be an INFO request or a 200 OK response.