VpnPlugInProfile.Routes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在拆分隧道 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
|