OperationRequestDefinition Property |
Gets a read-only SchemaElementDefinition which defines the schema for
this Operation.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax public abstract SchemaElementDefinition RequestDefinition { get; }
Public MustOverride ReadOnly Property RequestDefinition As SchemaElementDefinition
Get
public:
virtual property SchemaElementDefinition^ RequestDefinition {
SchemaElementDefinition^ get () abstract;
}
abstract RequestDefinition : SchemaElementDefinition with get
Property Value
Type:
SchemaElementDefinitionSee Also