User Class Constructor

The User class extends the _User class.

See _User Class Constructor.

The following is the User class constructor.

Syntax

User(id, name, agentId, agentPassword)

Description

Describes the user/agent.

Parameters

Field or Control

Definition

id

The user ID.

name

The user name.

agentId

The agent ID.

agentPassword

The agent's password.

Returns

A User object.