ElementItem Property (Name, Int32) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public Object this[
Name name,
int index
] { get; }
Public ReadOnly Default Property Item (
name As Name,
index As Integer
) As Object
Get
public:
property Object^ default[Name^ name, int index] {
Object^ get (Name^ name, int index);
}
member Item : Object with get
Parameters
- name
- Type: Bloomberglp.BlpapiName
Sub-element name. - index
- Type: SystemInt32
An index for the values of the specified sub-element.
Return Value
Type:
ObjectThe value as object.
Remarks Read only.
See Also