addUserValue method: DataSourceParameter class
Syntax
addUserValue(DSPValue_ID, Value)
Description
Use this method to add a user value to this data source parameter.
Parameters
| Parameter | Description |
|---|---|
|
DSPValue_ID |
Specifies the ID of the user value as a string. |
|
Value |
Specifies the value of the user value as a string. |
Returns
A DataSourceParameterValue object if successful, false otherwise.
Related Topics