Click or drag to resize
ElementItem Property (String, Int32)
This is the same as GetElement(name). GetValue(index).

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public Object this[
	string name,
	int index
] { get; }

Parameters

name
Type: SystemString
Sub-element name.
index
Type: SystemInt32
An index for the values of the specified sub-element.

Return Value

Type: Object
The value as object.
Remarks
Read only.
See Also