VpnCustomPromptTextInput.IsTextHidden 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 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
|