Click or drag to resize
ElementDatatype Property
Gets the Datatype of this Element.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract SchemaDatatype Datatype { get; }

Return Value

Type: SchemaDatatype
The Datatype of this Element.
Remarks
Equivalent to calling TypeDefinition.DataType.
See Also