TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

UserInfo.Password Property

Set the password for this user.

public string Password {set;}

Parameters

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

Exception Type Condition
AdminException if the user is external.

See Also

UserInfo Class | TIBCO.EMS.ADMIN Namespace