Click or drag to resize
ElementIsArray Property
Gets true if this element is an array.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract bool IsArray { get; }

Return Value

Type: Boolean
true if this.ElementDefinition.maxValues() > 1 or if this.ElementDefinition.maxValues() == SchemaElementDefinition.UNBOUNDED.
See Also