VpnNativeProfile.Servers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A list of VPN servers for the Inbox VPN profile.
Windows requirements
App capabilities |
networkingVpnProvider
|