Returns a user object as specified by the vKey (Index or Name) parameter.
[ 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). |
This procedure allows a system administrator to access each user account for the purpose of either viewing or performing users object's operations.
The following statement will return the first AUser:
user1=users.Users(0)