OperationGetResponseDefinition Method |
Gets a read-only SchemaElementDefinition which defines the schema of
the 'index'th possible response that this Operation delivers.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax public abstract SchemaElementDefinition GetResponseDefinition(
int index
)
Public MustOverride Function GetResponseDefinition (
index As Integer
) As SchemaElementDefinition
public:
virtual SchemaElementDefinition^ GetResponseDefinition(
int index
) abstract
abstract GetResponseDefinition :
index : int -> SchemaElementDefinition
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SchemaElementDefinitionExceptions See Also