| 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.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic 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:
SchemaElementDefinition
Exceptions
See Also