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

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

Parameters

name
Type: Bloomberglp.BlpapiName

Return Value

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