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