TextBody Property

Gets the text body in the form of a string if the content is easily convertible.

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

Syntax

'Declaration
Public ReadOnly Property TextBody As String
    Get
'Usage
Dim instance As MessageReceivedEventArgs
Dim value As String

value = instance.TextBody
public string TextBody { get; }

Property Value

Type: System..::..String
A string containing the message body.

See Also

Reference

MessageReceivedEventArgs Class

MessageReceivedEventArgs Members

Microsoft.Rtc.Signaling Namespace