Users Property (AUsers)

Returns a user object as specified by the vKey (Index or Name) parameter.

Syntax

 [ obUser = ] Object.Users ( vKey )

The Users property syntax has the following parts:

 

Name

Type

Description

Object

AUsers

AUsers object

obUser

AUser

AUser object

vKey

Variant

The parameter which specifies the AUser object. This can be a number (index) or a string (user name).

Comments

This procedure allows a system administrator to access each user account for the purpose of either viewing or performing users object's operations.

Example

The following statement will return the first AUser:

user1=users.Users(0)

Applies to

AUsers

See Also

AddUsers, AUser, RemoveUser, UsersCount