dotConnect for Zoho CRM Documentation
Devart.Data Namespace / SqlShimConnectionStringBuilder Class / PersistSecurityInfo Property

In This Topic
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
 

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