Phone
Description
Sets or returns the user's telephone number.
Syntax
VBScript
user.Phone
user.Phone
phone_number_string
Perl
$user->GetPhone
();
$user->SetPhone
(phone_number_string);
- Identifier
- Description
- user
- A User object.
- phone_number_string
- A String containing the User's telephone number.
- Return value
- A String containing the user's telephone number.