ElementValueIsNull Method |
Note: This API is now obsolete.
Gets true if the element at the specified position in a sequence or
choice element is null.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax [ObsoleteAttribute("Deprecated As of 3.2.1, use IsNullValue(int)")]
public bool ValueIsNull(
int position
)
<ObsoleteAttribute("Deprecated As of 3.2.1, use IsNullValue(int)")>
Public Function ValueIsNull (
position As Integer
) As Boolean
public:
[ObsoleteAttribute(L"Deprecated As of 3.2.1, use IsNullValue(int)")]
bool ValueIsNull(
int position
)
[<ObsoleteAttribute("Deprecated As of 3.2.1, use IsNullValue(int)")>]
member ValueIsNull :
position : int -> bool
Parameters
- position
- Type: SystemInt32
Identifies the position of the element that is being
tested.
Field Value
Type:
Booleantrue if the element at the specified position is null.
Exceptions See Also