LocalEndpointSettings.IsOutsideCorporateNetwork Property

Definition

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

public:
 property Nullable<bool> IsOutsideCorporateNetwork { Nullable<bool> get(); void set(Nullable<bool> value); };
public Nullable<bool> IsOutsideCorporateNetwork { get; set; }
member this.IsOutsideCorporateNetwork : Nullable<bool> with get, set
Public Property IsOutsideCorporateNetwork As Nullable(Of Boolean)

Property Value

Nullable<Boolean>

Remarks

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

Applies to