InviteReceivedEventArgs.ToastMessage Property
Gets the toast message from the incoming call. Can be null if it was missing.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ToastMessage As ToastMessage
Get
'Usage
Dim instance As InviteReceivedEventArgs
Dim value As ToastMessage
value = instance.ToastMessage
public virtual ToastMessage ToastMessage { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ToastMessage