ElementSetElement Method (Name, String) |
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(
Name name,
string value
)
Public MustOverride Sub SetElement (
name As Name,
value As String
)
public:
virtual void SetElement(
Name^ name,
String^ value
) abstract
abstract SetElement :
name : Name *
value : string -> unit
Parameters
- name
- Type: Bloomberglp.BlpapiName
The Name of the sub-element to set.
- value
- Type: SystemString
The value to set to.
Exceptions See Also