Gets the toast message associated with this conference invitation.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Overrides 
ReadOnly 
Property 
ToastMessage 
As 

ToastMessage
C#
public 
override 

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

ToastMessage^ 
ToastMessage {
	

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

See Also