Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 552 Bytes

passwordbox_password.md

File metadata and controls

28 lines (19 loc) · 552 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.PasswordBox.Password
winrt property

Microsoft.UI.Xaml.Controls.PasswordBox.Password

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

-remarks

-examples

-see-also