GroupsCollectionAdd Method |
|
DataPA OpenAnalytics API Reference
Adds a Group to this collection.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Add(
Group Group
)
Public Sub Add (
Group As Group
)
public:
virtual void Add(
Group^ Group
) sealed
Parameters
- Group
- Type: DataPAServerSecurityGroup
The object you wish to add to the collection.
Remarks See Also