Gets or sets the loose router parameter (lr).

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

Syntax

Visual Basic (Declaration)
Public 
Property 
IsLooseRouter 
As 
Boolean
C#
public 
bool 
IsLooseRouter { 
get; 
set; }
Visual C++
public:
property 
bool 
IsLooseRouter {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
isLooseRouter();
function set_
isLooseRouter(
value);

See Also