VpnNativeProfile.Routes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得路由清單,該路由應該在分割通道 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
|