| RequestItem Property (String) |
This is the same as GetElement(name)
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
SyntaxElement this[
string name
] { get; }ReadOnly Default Property Item (
name As String
) As Element
Get
property Element^ default[String^ name] {
Element^ get (String^ name);
}abstract Item : Element with get
Parameters
- name
- Type: SystemString
Property Value
Type:
Element
See Also