Open this page in the API Guide

AvailableValuesCollection.Item Property (Object)

Gets the display text associated with the specified value.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public string this[
	Object value
] { get; }

Parameters

value
Type: System.Object
The value.

Return Value

Type: String
The display text associated with the specified value.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe element was not found.
See Also