This is the same as GetValue(index).
| 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); }
- index (Int32)
- An index for the values of this element.
Object
The value as object.
The value as object.
Read only.
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1