Bagikan melalui


VpnRouteAssignment.ExcludeLocalSubnets Properti

Definisi

Mendapatkan atau mengatur apakah jaringan infrastruktur fisik, seperti subnet lokal, harus selalu dikecualikan agar tidak mengalir melalui antarmuka VPN.

public:
 property bool ExcludeLocalSubnets { bool get(); void set(bool value); };
bool ExcludeLocalSubnets();

void ExcludeLocalSubnets(bool value);
public bool ExcludeLocalSubnets { get; set; }
var boolean = vpnRouteAssignment.excludeLocalSubnets;
vpnRouteAssignment.excludeLocalSubnets = boolean;
Public Property ExcludeLocalSubnets As Boolean

Nilai Properti

Boolean

bool

Jika subnet lokal dikecualikan, subnet TRUE; jika tidak, FALSE.

Persyaratan Windows

Kemampuan aplikasi
networkingVpnProvider

Berlaku untuk