FullName Property (AUser)

Returns or sets the user's full name.

Syntax

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.

Comments

The full name must not be an empty string.

Example

The following example will set the user's full name to "John Programmer":

user1.FullName="John Programmer"

Applies to

AUser

See Also

Name, Password, Rights