Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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