VpnRouteAssignment.Ipv6ExclusionRoutes Property

Definition

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

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

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

Property Value

The list of IPv6 routes that should not sent traffic over the VPN interface.

Windows requirements

Requirements Description
App capabilities
networkingVpnProvider

Applies to