VpnPlugInProfile.ServerUris 属性

定义

获取要连接到 VPN 配置文件的服务器 URI 列表。

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)

属性值

要连接到 VPN 配置文件的服务器 URI 列表。

Windows 要求

应用功能
networkingVpnProvider

适用于