VpnRouteAssignment.Ipv6ExclusionRoutes 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 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
App capabilities |
networkingVpnProvider
|