EventFormatterSetElement Method (Name, Boolean) |
Sets the element with the specified 'name' within the current
element to the specified 'value'.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public void SetElement(
Name name,
bool value
)
Public Sub SetElement (
name As Name,
value As Boolean
)
public:
void SetElement(
Name^ name,
bool value
)
member SetElement :
name : Name *
value : bool -> unit
Parameters
- name
- Type: Bloomberglp.BlpapiName
The name of the subfield. - value
- Type: SystemBoolean
The value to be set.
Exceptions See Also