ConnectionDetails RememberPassword Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether to remember the password.

Namespace: CleanCode.DatabaseControls.Support
Assembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool RememberPassword { get; set; }

Field Value

true if remember password is selected; otherwise, false.
See Also