Share via


VpnCustomPromptTextInput.IsTextHidden Property

Definition

Gets or sets whether the text typed into the text input UI element must be hidden by showing different characters. This is typically used when the input is expected to be a password, other text credential, or secret.

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

void IsTextHidden(bool value);
public bool IsTextHidden { get; set; }
var boolean = vpnCustomPromptTextInput.isTextHidden;
vpnCustomPromptTextInput.isTextHidden = boolean;
Public Property IsTextHidden As Boolean

Property Value

Boolean

bool

If the text typed into the text input UI element must be hidden , it is TRUE; otherwise , it is FALSE.

Windows requirements

App capabilities
networkingVpnProvider

Applies to