Click or drag to resize
GroupsCollectionItem Property (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a Group in this collection.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Group this[
	string ID
] { get; set; }

Parameters

ID
Type: SystemString
The ID of the Group

Property Value

Type: Group
The Group you wish to place in the collection.

Return Value

Type: Group
The Group you wish to retrieve from the collection.
Remarks