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

Visual Basic (Declaration)
Public 
Overridable 
ReadOnly 
Property 
ToastMessage 
As 

ToastMessage
C#
public 
virtual 

ToastMessage 
ToastMessage { 
get; }
Visual C++
public:
virtual 
property 

ToastMessage^ 
ToastMessage {
	

ToastMessage^ 
get ();
}
JavaScript
function get_
toastMessage();

See Also