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.

Syntaxe

VBScript

user.AppBuilder 
user.AppBuilder boolean_value 

Perl

$user->GetAppBuilder();
$user->SetAppBuilder(boolean_value); 
Identificateur
Description
utilisateur
User object.
boolean_value
True if setting the user's account to active; False if not active.
Valeur renvoyée
A Bool indicating whether or not the user's account has AppBuilder privileges.

Feedback