VpnNativeProfile.Servers 속성

정의

받은 편지함 VPN 프로필에 대한 VPN 서버 목록을 가져옵니다.

public:
 property IVector<Platform::String ^> ^ Servers { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Servers();
public IList<string> Servers { get; }
var iVector = vpnNativeProfile.servers;
Public ReadOnly Property Servers As IList(Of String)

속성 값

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

받은 편지함 VPN 프로필에 대한 VPN 서버 목록입니다.

Windows 요구 사항

앱 기능
networkingVpnProvider

적용 대상