Click or drag to resize
SchemaTypeDefinitionGetElementDefinition Method (Name)
Returns the SchemaElementDefinition having the specified name in this SchemaTypeDefinition.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract SchemaElementDefinition GetElementDefinition(
	Name name
)

Parameters

name
Type: Bloomberglp.BlpapiName

Return Value

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