UsersCount Property (AUsers)

Returns the number of Users.

Syntax

 [ lUsersCount = ] Object.UsersCount

The UsersCount property syntax has the following parts:

 

Name

Type

Description

Object

AUsers

AUsers object

lUsersCount

Long

The number of Users.

Example

The following statement will print the number of users in the current Users' account:

print users.UsersCount()

Applies to

AUsers

See Also

AddUser, AUser, RemoveUser, Users