ConnectionDialog.SetShowRememberPassword(Boolean) Method

Definition

Sets a value indicating whether the dialog box remembers displaying the password.

public:
 void SetShowRememberPassword(bool newValue);
public void SetShowRememberPassword (bool newValue);
member this.SetShowRememberPassword : bool -> unit
Public Sub SetShowRememberPassword (newValue As Boolean)

Parameters

newValue
Boolean

true to the new value of the password that is set to be remembered; otherwise, false.

Applies to