AvailableValuesCollectionAdd Method

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

Parameters

value  Object
The value.
displayText  String
The display text.
Exceptions
ExceptionCondition
DuplicateItemExceptionDisplay text for the specified value has already been specified.
See Also