AvailableValuesCollectionItem Property (Int32)

Gets or sets the element at the specified index.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public KeyValuePair<Object, string> this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the element to get or set.

Return Value

Type: KeyValuePairObject, String
The element at the specified index.

Implements

IListTItemInt32
IReadOnlyListTItemInt32
Exceptions
See Also