Gets true if this element is null (has no values).
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntaxpublic abstract bool IsNull { get; }Public MustOverride ReadOnly Property IsNull As Boolean
Get
public:
virtual property bool IsNull {
bool get () abstract;
}abstract IsNull : bool with get
Property Value
Type:
Booleantrue 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