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