Gets true if this element is an array.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntaxpublic abstract bool IsArray { get; }Public MustOverride ReadOnly Property IsArray As Boolean
Get
public:
virtual property bool IsArray {
bool get () abstract;
}abstract IsArray : bool with get
Return Value
Type:
Booleantrue if this.ElementDefinition.maxValues() > 1 or
if this.ElementDefinition.maxValues() ==
SchemaElementDefinition.UNBOUNDED.
See Also