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

Public constructor to create a UserInfo with no description.

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

Syntax

public UserInfo(
	string userName
)
Public Sub New ( _
	userName As String _
)
public:
UserInfo(
	String^ userName
)

Parameters

userName
Type: System..::.String
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