Returns the number of Users.
[ lUsersCount = ] Object.UsersCount
The UsersCount property syntax has the following parts:
Name |
Type |
Description |
Object |
AUsers |
AUsers object |
lUsersCount |
Long |
The number of Users. |
The following statement will print the number of users in the current Users' account:
print users.UsersCount()