Click or drag to resize
ElementNumElements Property
Gets the number of elements this element contains.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public abstract int NumElements { get; }

Property Value

Type: Int32
The 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