LocalEndpointSettings.IsOutsideCorporateNetwork Property
Gets or sets whether the endpoint registers inside or outside the corporate network.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsOutsideCorporateNetwork As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As LocalEndpointSettings
Dim value As Nullable(Of Boolean)
value = instance.IsOutsideCorporateNetwork
instance.IsOutsideCorporateNetwork = value
public Nullable<bool> IsOutsideCorporateNetwork { get; set; }
Property Value
Type: System.Nullable<Boolean>
Remarks
If the app sets the value it overrides the default behavior of retrieving the value from the registration response.