GroupAllowSetup Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if members of this group have permission to open the setup screen.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowSetup { get; set; }
Public Property AllowSetup As Boolean
Get
Set
public:
virtual property bool AllowSetup {
bool get () sealed;
void set (bool value) sealed;
}
function get_AllowSetup();
function set_AllowSetup(value);
Property Value
Type:
BooleanTrue if members of this group have permission to open the setup screen.
Return Value
Type:
BooleanTrue if members of this group have permission to open the setup screen.
Remarks See Also