TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

UserInfo Constructor (String, String)

Public constructor to create a UserInfo.

public UserInfo(
   string userName,
   string description
);

Parameters

userName
The name of the new user.
description
The description for 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