SendMessageOptions.ContentDescription 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 or sets the content of the message.
public:
property Microsoft::Rtc::Signaling::ContentDescription ^ ContentDescription { Microsoft::Rtc::Signaling::ContentDescription ^ get(); void set(Microsoft::Rtc::Signaling::ContentDescription ^ value); };
public Microsoft.Rtc.Signaling.ContentDescription ContentDescription { get; set; }
member this.ContentDescription : Microsoft.Rtc.Signaling.ContentDescription with get, set
Public Property ContentDescription As ContentDescription