Partager via


VpnNativeProfile.Servers Propriété

Définition

Obtient la liste des serveurs VPN pour le profil VPN de boîte de réception.

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)

Valeur de propriété

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Liste des serveurs VPN pour le profil VPN de boîte de réception.

Configuration requise pour Windows

Fonctionnalités de l’application
networkingVpnProvider

S’applique à