IsOutsideCorporateNetwork Property

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<(Of <(<'Boolean>)>)>

See Also

Reference

LocalEndpointSettings Class

LocalEndpointSettings Members

Microsoft.Rtc.Collaboration Namespace