Sdílet prostřednictvím


VpnNativeProfile.Servers Property

Definition

Gets a list of VPN servers for the Inbox VPN profile.

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)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A list of VPN servers for the Inbox VPN profile.

Windows requirements

App capabilities
networkingVpnProvider

Applies to