ToastMessage.Message Property
Gets the text message.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Message As String
Get
'Usage
Dim instance As ToastMessage
Dim value As String
value = instance.Message
public string Message { get; }
Property Value
Type: System.String
Remarks
Usable if the content type indicates text message and encoding is supported locally. This property can return String.Empty if the text message does not exist.