DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new Group object.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Group(
	GroupsCollection Parent,
	string Name
)
Visual Basic
Public Sub New ( 
	Parent As GroupsCollection,
	Name As String
)
Visual C++
public:
Group(
	GroupsCollection^ Parent, 
	String^ Name
)

Parameters

Parent
Type: DataPAServerSecurity..::..GroupsCollection
The object that represents the parent of this objevct.
Name
Type: System..::..String
The name of this group

Remarks