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

Parameters

value
Type: SystemObject
The value.

Return Value

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