Bloomberg API for .NET
Item Property (name, index)
NamespacesBloomberglp.BlpapiElementItem[([( String, Int32])])
This is the same as GetElement(name). GetValue(index).
Declaration Syntax
C#Visual BasicVisual C++
public Object this[
	string name,
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	name As String,
	index As Integer
) As Object
	Get
public:
property Object^ default[String^ name, int index] {
	Object^ get (String^ name, int index);
}
Parameters
name (String)
Sub-element name.
index (Int32)
An index for the values of the specified sub-element.
Return Value
Object
The value as object.
Remarks
Read only.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1