VpnPlugInProfile.RequireVpnClientAppUI Property

Definition

Gets or sets a value that determines whether this VPN profile appears in the system's VPN connection UI.

public:
 property bool RequireVpnClientAppUI { bool get(); void set(bool value); };
bool RequireVpnClientAppUI();

void RequireVpnClientAppUI(bool value);
public bool RequireVpnClientAppUI { get; set; }
var boolean = vpnPlugInProfile.requireVpnClientAppUI;
vpnPlugInProfile.requireVpnClientAppUI = boolean;
Public Property RequireVpnClientAppUI As Boolean

Property Value

Boolean

bool

When true, this profile should appear in the system VPN connection user interface. By default, this value is false.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)
App capabilities
networkingVpnProvider

Remarks

When a profile is not visible in the VPN connection UI, it can still be used by VPN apps that know the profile's name.

Applies to