MessageReceivedEventArgs.HasTextBody Property
Indicates whether the TextBody field has been filled out.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property HasTextBody As Boolean
Get
'Usage
Dim instance As MessageReceivedEventArgs
Dim value As Boolean
value = instance.HasTextBody
public bool HasTextBody { get; }
Property Value
Type: System.Boolean
True if the TextBody is available, otherwise false.
See Also
Reference
MessageReceivedEventArgs Class