DB2®ConnectionStringBuilder.NewPWD Property
Gets or sets the value that represents the new password for the user.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Property NewPWD As String
[C#]
public string NewPWD {get; set;}
[C++]
public: __property String* get_NewPWD();
public: __property void set_NewPWD(String*);
[JScript]
public function get NewPWD() : String;
public function set NewPWD(String);
Property value
A string that represents the new password to be used with specified user name.