ElementNumValues Property |
Gets the number of values this element contains.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.9.1
Syntax public abstract int NumValues { get; }
Public MustOverride ReadOnly Property NumValues As Integer
Get
public:
virtual property int NumValues {
int get () abstract;
}
abstract NumValues : int with get
Property Value
Type:
Int32The 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