This is the same as GetValue(index).
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Object this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As Object Get
public: property Object^ default[int index] { Object^ get (int index); }
Parameters
- index (Int32)
- An index for the values of this element.
Return Value
Object
The value as object.
The value as object.
Remarks
Read only.
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1