共用方式為


VpnNativeProfile.Routes 屬性

定義

取得路由清單,該路由應該在分割通道 VPN 的情況下超過 VPN 介面。

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

屬性值

在分割通道 VPN 的情況下,應該透過 VPN 介面的路由清單。

實作

Windows 需求

應用程式功能
networkingVpnProvider

適用於