AddParameter(Object) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Adds an input value to the Business Object Remote Procedure Call (RPC).
public IBLTClient AddParameter(
object value
)
public:
IBLTClient^ AddParameter(
Object^ value
)
Parameters
- value
- The input value for the associated BLTParameterValueAccessor.
Return Value
The IBLTClient instance.