Gets whether the dialog for this message is an early dialog.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
IsEarlyDialog 
As 
Boolean
C#
public 
bool 
IsEarlyDialog { 
get; }
Visual C++
public:
property 
bool 
IsEarlyDialog {
	
bool 
get ();
}
JavaScript
function get_
isEarlyDialog();

See Also