[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Public constructor to create a UserInfo.
Namespace:
TIBCO.EMS.ADMINAssembly: 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().