Mimer SQL Data Provider
Password Property




Mimer.Data.Client Namespace > MimerConnectionStringBuilder Class : Password Property
The password for the User ID. Ignored if Integrated Security is used.
Syntax
'Declaration
 
Public Property Password As String
public string Password {get; set;}
public read-write property Password: String; 
public function get,set Password : String
public: __property string* get_Password();
public: __property void set_Password( 
   string* value
);
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnectionStringBuilder Class
MimerConnectionStringBuilder Members