| MessageItem Property (String, Int32) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.10.1
Syntaxpublic 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:
Object
See Also