AvailableValuesCollectionAdd Method

Adds 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 void Add(
	Object value,
	string displayText
)

Parameters

value
Type: SystemObject
The value.
displayText
Type: SystemString
The display text.
Exceptions
ExceptionCondition
DuplicateItemExceptionDisplay text for the specified value has already been specified.
See Also