Returns or sets the user's name.
Object.Name [ = sName ]
The Name property syntax has the following parts:
Name |
Type |
Description |
Object |
AUser |
AUser object |
sName |
BString |
The user's name. |
If the user belongs to the ATEasy AUsers, the name has to be unique. If it is not unique or the name is an empty string, the set will fail.
The following example will set the user's name to "Joe Smith":
user1.Name="Joe Smith"