Click or drag to resize
ElementIsNull Property
Gets true if this element is null (has no values).

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntax
public abstract bool IsNull { get; }

Property Value

Type: Boolean
true if this element is null; false otherwise.
Remarks
For arrays this always returns false else this is the same as testing NumValues == 0.
See Also