DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
      
    
 Creates and returns a new Group object.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public Group( GroupsCollection Parent ) | 
| Visual Basic | 
|---|
| Public Sub New ( Parent As GroupsCollection ) | 
| Visual C++ | 
|---|
| public: Group( GroupsCollection^ Parent ) | 
Parameters
- Parent
- Type: DataPAServerSecurity..::..GroupsCollection
 The object that represents the parent of this objevct.
 
     
     
     
     
     
           
          