PersistSecurityInfo Property
On this page
Gets or sets a value indicating whether password is stored in connection string after connection is opened.
Syntax
|
|---|
'Declaration
Public Property PersistSecurityInfo As Boolean |
|
|---|
public bool PersistSecurityInfo {get; set;} |
Property Value
If
true,
Devart.Data.ZohoDesk.ZohoDeskConnection.ConnectionString remains unaltered after opening connection; otherwise, password is removed. The default value is
false.
See Also