EventFormatterSetElementNull Method (Name) |
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 schema configuration.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax public void SetElementNull(
Name name
)
Public Sub SetElementNull (
name As Name
)
public:
void SetElementNull(
Name^ name
)
member SetElementNull :
name : Name -> unit
Parameters
- name
- Type: Bloomberglp.BlpapiName
The name of the subfield to be nulled.
Exceptions See Also