LocalEndpointSettings.IsOutsideCorporateNetwork Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
If the app sets the value it overrides the default behavior of retrieving the value from the registration response.