Click or drag to resize
IMessageFormatterSetElementNull Method
Creates a null element with the specified name.

Note that whether or not fields containing null values are published to subscribers is dependent upon details of the service and the schema configuration.

Namespace:  Bloomberglp.Blpapi.Test
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax
void SetElementNull(
	Name name
)

Parameters

name
Type: Bloomberglp.BlpapiName
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