Share via


SendMessageOptions.ContentDescription Property

Gets or sets the content of the message.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property ContentDescription As ContentDescription
    Get
    Set
'Usage
Dim instance As SendMessageOptions
Dim value As ContentDescription

value = instance.ContentDescription

instance.ContentDescription = value
public ContentDescription ContentDescription { get; set; }

Property Value

Type: Microsoft.Rtc.Signaling.ContentDescription

See Also

Reference

SendMessageOptions Class

SendMessageOptions Members

Microsoft.Rtc.Signaling Namespace