Click or drag to resize
MessageCorrelationIDs Property
Gets an enumerable collection of all collectionIds associated with this message.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract IEnumerable<CorrelationID> CorrelationIDs { get; }

Property Value

Type: IEnumerableCorrelationID
An enumerabale collection of CorrelationIDs.
See Also