AvailableValuesCollectionItem(Object) Property

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 (26.2.0.1000)
Syntax
public string this[
	Object value
] { get; }

Parameters

value  Object
The value.

Return Value

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