Click or drag to resize
ElementItem Property (Name)
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[
	Name name
] { get; }

Parameters

name
Type: Bloomberglp.BlpapiName
A sub-element name.

Property Value

Type: Element
An Element.
Remarks
Read only.
See Also