VpnNativeProfile.RequireVpnClientAppUI 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 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 = vpnNativeProfile.requireVpnClientAppUI;
vpnNativeProfile.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.