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; }
Public ReadOnly Default Property Item (
value As Object
) As String
Get
public:
property String^ default[Object^ value] {
String^ get (Object^ value);
}
member Item : string with get
Parameters
- value
- Type: SystemObject
The value.
Return Value
Type:
StringThe display text associated with the specified value.
Exceptions See Also