Gets or sets the dialog context of the call.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
DialogContext 
As 

DialogContext
C#
public 

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

DialogContext^ 
DialogContext {
	

DialogContext^ 
get ();
	
void 
set (

DialogContext^ 
value);
}
JavaScript
function get_
dialogContext();
function set_
dialogContext(
value);

Remarks

Required only for back-to-back agent handles the call forking on the other callleg, otherwise application should not use this property.

To set a new DialogContext, application should create a new dialog using GetNewEarlyDialog () () () .

See Also