Click or drag to resize
ElementItem Property (String)
This is the same as GetElement(name).

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public Element this[
	string name
] { get; }

Parameters

name
Type: SystemString
A sub-element name.

Return Value

Type: Element
The value as object.
Remarks
Read only.
See Also