ElementItem Property (Int32) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax 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);
}
member Item : Object with get
Parameters
- index
- Type: SystemInt32
An index for the values of this element.
Return Value
Type:
ObjectThe value as object.
Remarks Read only.
See Also