Condividi tramite


VpnNativeProfile.Servers Proprietà

Definizione

Ottiene un elenco di server VPN per il profilo VPN posta in arrivo.

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)

Valore della proprietà

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Elenco di server VPN per il profilo VPN posta in arrivo.

Requisiti Windows

Funzionalità dell'app
networkingVpnProvider

Si applica a