Share via


VpnRouteAssignment.Ipv6InclusionRoutes Property

Definition

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

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

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

Property Value

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

Windows requirements

App capabilities
networkingVpnProvider

Applies to