Share via


VpnPlugInProfile.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 = vpnPlugInProfile.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.

Implements

Windows requirements

App capabilities
networkingVpnProvider

Applies to