AvailableValuesCollectionAdd Method |
Adds the specified value.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 Object
- The value.
- displayText String
- The display text.
Exceptions
See Also