LocalEndpoint.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 whether the endpoint registers inside or outside the corporate network.
public:
property bool IsOutsideCorporateNetwork { bool get(); };
public bool IsOutsideCorporateNetwork { get; }
member this.IsOutsideCorporateNetwork : bool
Public ReadOnly Property IsOutsideCorporateNetwork As Boolean
Property Value
Remarks
The default value is false. The default value will be returned if the application has not overridden the value in LocalEndpointSettings and the value was not present in the registration response.
Note that Application is typically expected to have its endpoints only register inside the corporate network whereas User (that is mobile) is expected to register from either inside or outside the corporate network.