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

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

Parameters

index
Type: SystemInt32
An index for the values of this element.

Return Value

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