[TIBCO.EMS .NET Admin client library 6.3 documentation]

Set the password for this user.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public string Password { set; }
Public WriteOnly Property Password As String
public:
property String^ Password {
	void set (String^ value);
}

Remarks

The user must be saved with a call to Admin.UpdateUser() before the change will take effect on the server. It is an error to attempt to set the password of an external user.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminException if the user is external.

See Also