Gets true if the element at the specified position in a sequence or
choice element is null.
Declaration Syntax
C# | Visual Basic | Visual 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
Exceptions
Exception | Condition |
---|---|
NotFoundException |
position >= NumValues.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1