Group Constructor (GroupsCollection) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new Group object.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Group(
GroupsCollection Parent
)
Public Sub New (
Parent As GroupsCollection
)
public:
Group(
GroupsCollection^ Parent
)
DataPAServerSecurity.Group = function(Parent);
Parameters
- Parent
- Type: DataPAServerSecurityGroupsCollection
The object that represents the parent of this objevct.
Remarks See Also