VpnRouteAssignment.Ipv6InclusionRoutes 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 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
|