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
|