DataSource.ShouldSaveCredentials Property

Definition

Gets or sets a value that indicates whether data source should save credentials.

public:
 property bool ShouldSaveCredentials { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool ShouldSaveCredentials { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.ShouldSaveCredentials : bool with get, set
Public Property ShouldSaveCredentials As Boolean

Property Value

true if data source should save credentials; otherwise, false.

Attributes

Applies to