इसके माध्यम से साझा किया गया


IVpnProfile.Routes Property

Definition

Gets a list of routes that must go over the VPN interface in the case of a Split Tunneled VPN.

public:
 property IVector<VpnRoute ^> ^ Routes { IVector<VpnRoute ^> ^ get(); };
IVector<VpnRoute> Routes();
public IList<VpnRoute> Routes { get; }
var iVector = iVpnProfile.routes;
Public ReadOnly Property Routes As IList(Of VpnRoute)

Property Value

A list of routes that must go over the VPN interface in the case of a Split Tunneled VPN.

Windows requirements

App capabilities
networkingVpnProvider

Applies to