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

Public constructor to create a UserInfo.

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

Syntax

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

Parameters

userName
Type: System..::.String
The name of the new user.
description
Type: System..::.String
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