MiscInfo

Description

Sets or returns the user's miscellaneous information.

This property can be returned or set.

You can use the miscellaneous property to store extra information about the user, such as the user's postal address or an alternate phone number.

Syntaxe

VBScript

user.MiscInfo 
user.MiscInfo user_info_string 

Perl

$user->GetMiscInfo();
$user->SetMiscInfo(user_info_string); 
Identificateur
Description
utilisateur
Objet User.
user_info_string
A String containing the user's miscellaneous information.
Valeur renvoyée
A String containing miscellaneous information about the user.

Feedback