Gets or sets whether the endpoint registers inside or ouside the corporate network.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
IsOutsideCorporateNetwork 
As 
Nullable(
Of 
Boolean)
C#
public 
Nullable<
bool> 
IsOutsideCorporateNetwork { 
get; 
set; }
Visual C++
public:
property 
Nullable<
bool> 
IsOutsideCorporateNetwork {
	
Nullable<
bool> 
get ();
	
void 
set (
Nullable<
bool> 
value);
}
JavaScript
function get_
isOutsideCorporateNetwork();
function set_
isOutsideCorporateNetwork(
value);

Remarks

If the app sets the value it overrides the default behavior of retrieving the value from the registration response.

See Also