VpnPlugInProfile.Routes 属性

定义

获取在拆分隧道 VPN 的情况下必须通过 VPN 接口的路由列表。

public:
 property IVector<VpnRoute ^> ^ Routes { IVector<VpnRoute ^> ^ get(); };
IVector<VpnRoute> Routes();
public IList<VpnRoute> Routes { get; }
var iVector = vpnPlugInProfile.routes;
Public ReadOnly Property Routes As IList(Of VpnRoute)

属性值

在拆分隧道 VPN 的情况下,必须通过 VPN 接口的路由列表。

实现

Windows 要求

应用功能
networkingVpnProvider

适用于