Gets or sets a value indicating whether the "remember password"
checkbox is checked.
Namespace: CleanCode.DatabaseControlsAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
public bool RememberPassword { get; set; }
public bool RememberPassword { get; set; }
Public Property RememberPassword As Boolean
Get
Set
Public Property RememberPassword As Boolean
Get
Set
public:
property bool RememberPassword {
bool get ();
void set (bool value);
}
public:
property bool RememberPassword {
bool get ();
void set (bool value);
}
Field Value
state of "remember password" checkbox
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.