AddParameter(Object,BLTParameterValueAccessor) Method
- Last UpdatedApr 08, 2026
- 1 minute read
IBLTClient AddParameter(
object value,
out BLTParameterValueAccessor result
)
IBLTClient^ AddParameter(
Object^ value,
[Out] BLTParameterValueAccessor^ result
)
Parameters
- value
- The input value for the associated BLTParameterValueAccessor.
- result
- A BLTParameterValueAccessor reference used to access the associated output value.
Return Value
The IBLTClient instance.