IVpnProfile.Routes 属性

定义

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

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

属性值

对于拆分隧道 VPN,必须通过 VPN 接口的路由列表。

Windows 要求

应用功能
networkingVpnProvider

适用于