Gets or sets the current password

Namespace: Novalys.VisualGuard.Security.WinForm
Assembly: Novalys.VisualGuard.Security.WinForm (in Novalys.VisualGuard.Security.WinForm.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public string Password { get; set; }
Visual Basic
Public Property Password As String
	Get
	Set

Property Value

Type: String

Remarks

You can use this property to fill the field containing the password of the user or to gets the password typed by the user.

See Also