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.

Syntax

VBScript


user.MiscInfo 
user.MiscInfo user_info_string 

Perl


$user->GetMiscInfo();
$user->SetMiscInfo(user_info_string); 
Identifier
Description
user
A User object.
user_info_string
A String containing the user's miscellaneous information.
Return value
A String containing miscellaneous information about the user.