DataPA Enterprise Dashboard Controls API Reference 
        
 Gets a boolean value that indicates if this group is the default admin group.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool AdminGroup { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property AdminGroup As Boolean
	Get | 
| Visual C++ | 
|---|
| public:
virtual property bool AdminGroup {
	bool get () sealed;
} | 
Property Value
Type: 
BooleanTrue if this is the default admin group.
Remarks
 See Also
See Also