ServiceEventDefinitions Property |
Gets an enumerable collection of all event definitions in this service.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public IEnumerable<SchemaElementDefinition> EventDefinitions { get; }
Public ReadOnly Property EventDefinitions As IEnumerable(Of SchemaElementDefinition)
Get
public:
property IEnumerable<SchemaElementDefinition^>^ EventDefinitions {
IEnumerable<SchemaElementDefinition^>^ get ();
}
member EventDefinitions : IEnumerable<SchemaElementDefinition> with get
Return Value
Type:
IEnumerableSchemaElementDefinition
An enumerabale collection of
SchemaElementDefinition.
See Also