ConnectionStringManager RememberPassword Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether the "remember password" checkbox is checked.

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

public bool RememberPassword { get; set; }

Field Value

state of "remember password" checkbox
Remarks

This form field is available so that you could allow the user to direct your code to include or omit the password from the connection string. The ConnectionStringManager control could handle this for you automatically, though, via the ConditionalConnectionString.
See Also