Returns or sets the user's full name.
Object.FullName [ = sFullName ]
The FullName property syntax has the following parts:
Name |
Type |
Description |
Object |
AUser |
AUser object |
sFullName |
BString |
The user's full name. |
The full name must not be an empty string.
The following example will set the user's full name to "John Programmer":
user1.FullName="John Programmer"