Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 550 Bytes

passwordbox_password.md

File metadata and controls

30 lines (19 loc) · 550 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.PasswordBox.Password
winrt property

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