Gets the number of elements this element contains.
| C# | Visual Basic | Visual C++ |
public abstract int NumElements { get; }
Public MustOverride ReadOnly Property NumElements As Integer Get
public: virtual property int NumElements { int get () abstract; }
Int32
The number of elements this element contains.
The number of elements this element contains.
Elements for which IsComplexType
is false always return 0. Choice elements always return 1.
Sequence elements return the actual number of elements they contain.
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1