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

適用対象