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
)
Public Sub Add (
value As Object,
displayText As String
)
public:
void Add(
Object^ value,
String^ displayText
)
member Add :
value : Object *
displayText : string -> unit
Parameters
- value
- Type: SystemObject
The value. - displayText
- Type: SystemString
The display text.
Exceptions See Also