CollectionItem Property (String) |
|
DataPA OpenAnalytics API Reference
Returns a specific element of a Collection object either by position or by key. Read-only.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Object this[
string Key
] { get; }
Public ReadOnly Default Property Item (
Key As String
) As Object
Get
public:
virtual property Object^ default[String^ Key] {
Object^ get (String^ Key) sealed;
}
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:
ObjectReturns a specific element of a Collection object either by position or by key. Read-only.
Implements
Collection_CollectionItemStringSee Also