Click or drag to resize
SchemaTypeDefinitionItem Property (String)
Gets the SchemaElementDefinition with name.

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

Parameters

name
Type: SystemString

Return Value

Type: SchemaElementDefinition
The SchemaElementDefinition with name.
Exceptions
ExceptionCondition
NotFoundException This SchemaTypeDefinition does not contain ElementDefinition with the specified name.
See Also