VpnRouteAssignment.Ipv4InclusionRoutes 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 IPv4 routes that should send traffic over the VPN interface.
public:
property IVector<VpnRoute ^> ^ Ipv4InclusionRoutes { IVector<VpnRoute ^> ^ get(); void set(IVector<VpnRoute ^> ^ value); };
IVector<VpnRoute> Ipv4InclusionRoutes();
void Ipv4InclusionRoutes(IVector<VpnRoute> value);
public IList<VpnRoute> Ipv4InclusionRoutes { get; set; }
var iVector = vpnRouteAssignment.ipv4InclusionRoutes;
vpnRouteAssignment.ipv4InclusionRoutes = iVector;
Public Property Ipv4InclusionRoutes As IList(Of VpnRoute)
Property Value
A list of IPv4 routes that should send traffic over the VPN interface.
Windows requirements
App capabilities |
networkingVpnProvider
|