VpnCustomPromptText.Emphasized Property

Definition

Gets or sets whether the text UI element is emphasized.

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

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

Property Value

Boolean

bool

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

Implements

Windows requirements

App capabilities
networkingVpnProvider

Applies to