CleanCode C# Libraries v0.9.22 API

ConnectionStringManager.RememberPassword Property

Gets or sets a value indicating whether the "remember password" checkbox is checked.

public Boolean RememberPassword {get; set;}

Property 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

ConnectionStringManager Class | CleanCodeControls.Forms Namespace