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

적용 대상