Group Constructor (GroupsCollection, String) |
|
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,
string Name
)
Public Sub New (
Parent As GroupsCollection,
Name As String
)
public:
Group(
GroupsCollection^ Parent,
String^ Name
)
DataPAServerSecurity.Group = function(Parent, Name);
Parameters
- Parent
- Type: DataPAServerSecurityGroupsCollection
The object that represents the parent of this objevct. - Name
- Type: SystemString
The name of this group
Remarks See Also