ElementSetElement Method (String, Constant) |
Sets the named sub-element to the specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public abstract void SetElement(
string name,
Constant value
)
Public MustOverride Sub SetElement (
name As String,
value As Constant
)
public:
virtual void SetElement(
String^ name,
Constant^ value
) abstract
abstract SetElement :
name : string *
value : Constant -> unit
Parameters
- name
- Type: SystemString
The Name of the sub-element to set.
- value
- Type: Bloomberglp.BlpapiConstant
The value to set to.
Exceptions See Also