ToastMessage.HasTextMessage Property
Gets whether the toast message contains plain text.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property HasTextMessage As Boolean
Get
'Usage
Dim instance As ToastMessage
Dim value As Boolean
value = instance.HasTextMessage
public bool HasTextMessage { get; }
Property Value
Type: System.Boolean