VpnNativeProfile.Routes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of routes that should 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 = vpnNativeProfile.routes;
Public ReadOnly Property Routes As IList(Of VpnRoute)
Property Value
A list of routes that should go over the VPN interface in the case of a Split Tunneled VPN.
Implements
Windows requirements
App capabilities |
networkingVpnProvider
|