Gets the dialog context for the call.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
DialogContext 
As 

DialogContext
C#
public 

DialogContext 
DialogContext { 
get; }
Visual C++
public:
property 

DialogContext^ 
DialogContext {
	

DialogContext^ 
get ();
}
JavaScript
function get_
dialogContext();

See Also