FullName

Description

Sets or returns the user's full name.

Syntax

VBScript


user.FullName 
user.FullName full_name_string 

Perl


$user->GetFullName();
$user->SetFullName(full_name_string); 
Identifier
Description
user
A User object.
full_name_string
A String containing the user's fullname.
Return value
A String containing the user's full name, as opposed to the user's login name.