TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

UserInfo Constructor (String)

Public constructor to create a UserInfo with no description.

public UserInfo(
   string userName
);

Parameters

userName
The name of the new user.

Remarks

The user will not be created on the server until the UserInfo is passed to Admin.CreateUser().

See Also

UserInfo Class | TIBCO.EMS.ADMIN Namespace | UserInfo Constructor Overload List