Share via


VpnRouteAssignment.Ipv4ExclusionRoutes Property

Definition

Gets or sets a list of IPv4 routes that should not sent traffic over the VPN interface.

public:
 property IVector<VpnRoute ^> ^ Ipv4ExclusionRoutes { IVector<VpnRoute ^> ^ get(); void set(IVector<VpnRoute ^> ^ value); };
IVector<VpnRoute> Ipv4ExclusionRoutes();

void Ipv4ExclusionRoutes(IVector<VpnRoute> value);
public IList<VpnRoute> Ipv4ExclusionRoutes { get; set; }
var iVector = vpnRouteAssignment.ipv4ExclusionRoutes;
vpnRouteAssignment.ipv4ExclusionRoutes = iVector;
Public Property Ipv4ExclusionRoutes As IList(Of VpnRoute)

Property Value

A list of IPv4 routes that should not sent traffic over the VPN interface.

Windows requirements

App capabilities
networkingVpnProvider

Applies to