Gets the number of values this element contains.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract int NumValues { get; }
Public MustOverride ReadOnly Property NumValues As Integer Get
public: virtual property int NumValues { int get () abstract; }
Property Value
Int32
The number of values this element contains.
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.
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1