VpnPlugInProfile.ServerUris 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 server URIs to connect to for the VPN profile.
public:
property IVector<Uri ^> ^ ServerUris { IVector<Uri ^> ^ get(); };
IVector<Uri> ServerUris();
public IList<System.Uri> ServerUris { get; }
var iVector = vpnPlugInProfile.serverUris;
Public ReadOnly Property ServerUris As IList(Of Uri)
Property Value
A list of server URIs to connect to for the VPN profile.
Windows requirements
App capabilities |
networkingVpnProvider
|