Entry.IsPassword 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 indicates if the entry should visually obscure typed text.
public bool IsPassword { get; set; }
member this.IsPassword : bool with get, set
Property Value
System.Boolean
true
if the element is a password box; otherwise, false
. Default value is false
.
Remarks
Toggling this value does not reset the contents of the entry, therefore it is advisable to be careful about setting IsPassword to false, as it may contain sensitive information.