| MessageItem Property (String, Int32) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
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