Windows.UI.Xaml.Controls.PasswordBox.Password
June 22, 2022 · View on GitHub
-description
Gets or sets the password currently held by the PasswordBox.
-xaml-syntax
<PasswordBox Password="string"/>
-property-value
A string that represents the password currently held by the PasswordBox. The default is an empty string.