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 associated with this conference invitation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property ToastMessage As ToastMessage
Get
'Usage
Dim instance As ConferenceInvitationReceivedEventArgs
Dim value As ToastMessage
value = instance.ToastMessage
public override sealed ToastMessage ToastMessage { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ToastMessage
See Also
Reference
ConferenceInvitationReceivedEventArgs Class