Name Property (AUser)

Returns or sets the user's name.

Syntax

Object.Name [ = sName ]

The Name property syntax has the following parts:

 

Name

Type

Description

Object

AUser

AUser object

sName

BString

The user's name.

Comments

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.

Example

The following example will set the user's name to "Joe Smith":

user1.Name="Joe Smith"

Applies to

AUser

See Also

FullName, Password, Rights