AvailableValuesCollectionItem(Int32) Property

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 (26.2.0.1000)
Syntax
public KeyValuePair<Object, string> this[
	int index
] { get; set; }

Parameters

index  Int32
The zero-based index of the element to get or set.

Return Value

KeyValuePairObject, String
The element at the specified index.

Implements

IListTItemInt32
IReadOnlyListTItemInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IListT.
NotSupportedExceptionThe property is set and the IListT is read-only.
See Also