| CredentialDialogPassword Property |
Gets the password the user entered in the dialog.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Password { get; }
Public ReadOnly Property Password As String
Get
public:
property String^ Password {
String^ get ();
}
member Password : string with get
Property Value
Type:
String
The password entered in the password field of the credentials dialog.
See Also