Click or drag to resize
CollectionItem Property (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a specific element of a Collection object either by position or by key. Read-only.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public Object this[
	string Key
] { get; }

Parameters

Key
Type: SystemString
A unique String expression that specifies a key string that can be used, instead of a positional index, to access an element of the collection. Key must correspond to the Key argument specified when the element was added to the collection.

Return Value

Type: Object
Returns a specific element of a Collection object either by position or by key. Read-only.

Implements

Collection_CollectionItemString
See Also