ElementSetValue Method (Constant) |
Sets the value of this element to the specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax public abstract void SetValue(
Constant constant
)
Public MustOverride Sub SetValue (
constant As Constant
)
public:
virtual void SetValue(
Constant^ constant
) abstract
abstract SetValue :
constant : Constant -> unit
Parameters
- constant
- Type: Bloomberglp.BlpapiConstant
The value for this element.
Exceptions Remarks See Also