Share via


VpnPlugInProfile.ServerUris Property

Definition

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

Applies to