XML3 - API DLL Documentation

The User type exposes the following members.

Constructors

  NameDescription
Public methodUser
Initializes a new instance of the User class

Methods

  NameDescription
Public methodLogin
Creates the Authentication Ticket.

Properties

  NameDescription
Public propertyAccountNumber
The unique account number associated with the user accessing the method
Public propertyAuthTicket
Object of AuthTicket
Public propertyIsAuthenticated
A flag to indicate the ticket is authenticated.
Public propertyIsError
Flag to indicate if error has occurred.
Public propertyPassword
The password for the user accessing the method. Passwords are case sensitive.
Public propertyUserError
Error Object
Public propertyUserName
The name of the user accessing the method

See Also