Bloomberg API for .NET
ValueIsNull Method (position)
NamespacesBloomberglp.BlpapiElementValueIsNull(Int32)
Gets true if the element at the specified position in a sequence or choice element is null.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated As of 3.2.1, use IsNullValue(int)")]
public abstract bool ValueIsNull(
	int position
)
<ObsoleteAttribute("Deprecated As of 3.2.1, use IsNullValue(int)")> 
Public MustOverride Function ValueIsNull ( 
	position As Integer
) As Boolean
public:
[ObsoleteAttribute(L"Deprecated As of 3.2.1, use IsNullValue(int)")]
virtual bool ValueIsNull(
	int position
) abstract
Parameters
position (Int32)
Identifies the position of the element that is being tested.
Field Value
Boolean
true if the element at the specified position is null.
Exceptions
ExceptionCondition
NotFoundException position >= NumValues.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1