ElementSetValue Method (Name) |
Sets the value of this element to the specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax public abstract void SetValue(
Name constant
)
Public MustOverride Sub SetValue (
constant As Name
)
public:
virtual void SetValue(
Name^ constant
) abstract
abstract SetValue :
constant : Name -> unit
Parameters
- constant
- Type: Bloomberglp.BlpapiName
The value for this element.
Exceptions Exception | Condition |
---|
InvalidConversionException |
This element's type is not an enumeration type, or constant
does not refer to a constant in the enumeration type of this
element.
|
Remarks See Also