MessageItem Property (String, Int32) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.1
Syntax public Object this[
string name,
int index
] { get; }
Public ReadOnly Default Property Item (
name As String,
index As Integer
) As Object
Get
public:
property Object^ default[String^ name, int index] {
Object^ get (String^ name, int index);
}
member Item : Object with get
Parameters
- name
- Type: SystemString
- index
- Type: SystemInt32
Property Value
Type:
ObjectSee Also