Click or drag to resize
IMessageFormatterSetElement Method (Name, Boolean)
Sets the element with the specified name to the specified value in the current messages referenced by this IMessageFormatter.

Namespace:  Bloomberglp.Blpapi.Test
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax
void SetElement(
	Name name,
	bool value
)

Parameters

name
Type: Bloomberglp.BlpapiName
value
Type: SystemBoolean
Exceptions
ExceptionCondition
ArgumentException Thrown when the name is invalid for the current message or if the element identified by name has already been set.
ArgumentNullException Thrown when name is null.
See Also