다음을 통해 공유


VpnPlugInProfile.Routes 속성

정의

분할 터널된 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

적용 대상