MessageReceivedEventArgs.TextBody Property
Returns the body in the form of a string if the content was easily convertable.
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
The body as a string.
See Also
Reference
MessageReceivedEventArgs Class