Gets whether this call can be deflected to a destination URI other than given destination URI.

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

Syntax

Visual Basic (Declaration)
Protected 
Overridable 
ReadOnly 
Property 
CanBeDeflected 
As 
Boolean
C#
protected 
virtual 
bool 
CanBeDeflected { 
get; }
Visual C++
protected:
virtual 
property 
bool 
CanBeDeflected {
	
bool 
get ();
}
JavaScript
function get_
canBeDeflected();

See Also