UIConnectionInfo.PersistPassword Property

Definition

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a Boolean value indicating whether the password of the UIConnectionInfo should be persisted.

public:
 property bool PersistPassword { bool get(); void set(bool value); };
public bool PersistPassword { get; set; }
member this.PersistPassword : bool with get, set
Public Property PersistPassword As Boolean

Property Value

A Boolean value that specifies true if the password should be persisted; otherwise, false.

Applies to