| ElementElementDefinition Property |
Gets a reference to the read-only element definition object that
defines the properties of this elements value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntaxpublic abstract SchemaElementDefinition ElementDefinition { get; }Public MustOverride ReadOnly Property ElementDefinition As SchemaElementDefinition
Get
public:
virtual property SchemaElementDefinition^ ElementDefinition {
SchemaElementDefinition^ get () abstract;
}abstract ElementDefinition : SchemaElementDefinition with get
Property Value
Type:
SchemaElementDefinitionThe SchemaElementDefinition of this element.
See Also