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.
VBScript
user.AppBuilder
user.AppBuilder boolean_value
Perl
$user->GetAppBuilder();
$user->SetAppBuilder(boolean_value);