PersistSecurityInfo Property
In This Topic
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.Zoho.ZohoConnection.ConnectionString remains unaltered after opening connection; otherwise, password is removed. The default value is
false.
See Also