DB2 Version 10.1 for Linux, UNIX, and Windows

DB2ConnectionStringBuilder.NewPWD Property

Gets or sets the value that represents the new password for the user.

Namespace:
IBM®.Data.DB2®
Assembly:
IBM.Data.DB2 (in IBM.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.

Version information

Last update
This topic was last updated for: IBM DB2 Version 9.7 Fix Pack 6
.NET Framework version
Supported in: 2.0, 3.0, 3.5 and 4.0
IBM Data Server Client
Supported in: IBM DB2 Version 9.7 Fix Pack 6 and later