AppBuilder
Description
Indicates whether or not the user has AppBuilder privileges.
This property can be returned or set.
Users with AppBuilder privileges can create and modify schemas in the schema repository (master database). The value in this property corresponds to the Schema Designer checkbox in the User Information window.
Syntax
VBScript
user.AppBuilder
user.AppBuilder
boolean_value
Perl
$user->GetAppBuilder
();
$user->SetAppBuilder
(boolean_value);
- Identifier
- Description
- user
- User object.
- boolean_value
- True if setting the user's account to active; False if not active.
- Return value
- A Bool indicating whether or not the user's account has AppBuilder privileges.