ElementItem Property (String) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public Element this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Element
Get
public:
property Element^ default[String^ name] {
Element^ get (String^ name);
}
member Item : Element with get
Parameters
- name
- Type: SystemString
A sub-element name.
Return Value
Type:
ElementThe value as object.
Remarks Read only.
See Also