| ElementNumElements Property |
Gets the number of elements this element contains.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic abstract int NumElements { get; }Public MustOverride ReadOnly Property NumElements As Integer
Get
public:
virtual property int NumElements {
int get () abstract;
}abstract NumElements : int with get
Property Value
Type:
Int32The number of elements this element contains.
Remarks
Elements for which IsComplexType
is false always return 0. Choice elements always return 1.
Sequence elements return the actual number of elements they contain.
See Also