Description
Sets or returns
the user's full name.
Syntaxe
VBScript
user.FullName
user.FullName full_name_string
Perl
$user->GetFullName();
$user->SetFullName(full_name_string);
- Identificateur
- Description
- user
- Objet User.
- 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.