Click or drag to resize
ElementNumValues Property
Gets the number of values this element contains.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract int NumValues { get; }

Property Value

Type: Int32
The number of values this element contains.
Remarks
The return value from this function is always >= 0. For scalar elements this function returns 1 or 0. For arrays this function returns the actual number of values in the array.
See Also