Mimer SQL Data Provider
Credential Property




Mimer.Data.Client Namespace > MimerConnection Class : Credential Property
Gets or sets the MimerCredential object for this connection.
Syntax
'Declaration
 
Public Property Credential As MimerCredential
public MimerCredential Credential {get; set;}
public read-write property Credential: MimerCredential; 
public function get,set Credential : MimerCredential
public: __property MimerCredential* get_Credential();
public: __property void set_Credential( 
   MimerCredential* value
);

Property Value

The MimerCredential object for this connection.
Remarks
Persist Security Info = true is required to get the value of MimerCredential object with Credential. The default value of Credential is null.
An System.InvalidOperationException exception will be raised:
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerConnection Class
MimerConnection Members