Description
Indicates
whether or not the user has user administration privileges.
This
property can be returned or set.
Users with UserMaintainer
privileges can perform user administration tasks, such as adding new users
or modifying the accounts of existing users.
Syntax
VBScript
user.UserMaintainer
user.UserMaintainer boolean_value
Perl
$user->GetUserMaintainer();
$user->SetUserMaintainer(boolean_value);
- Identifier
- Description
- user
- A User object.
- boolean_value
- Set to True if authorizing administration privileges to
the user's account; False if not allowing administration privileges.
- Return value
- A Bool indicating whether or not the user's account has user
administration privileges.