VpnCustomPromptBooleanInput.Emphasized Property

Definition

Gets or sets whether the Boolean input UI element is emphasized or not.

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

void Emphasized(bool value);
public bool Emphasized { get; set; }
var boolean = vpnCustomPromptBooleanInput.emphasized;
vpnCustomPromptBooleanInput.emphasized = boolean;
Public Property Emphasized As Boolean

Property Value

Boolean

bool

If the input UI element is emphasized, it is TRUE; otherwise , it is FALSE.

Implements

Windows requirements

App capabilities
networkingVpnProvider

Applies to