| CorrelationIDObject Property |
Returns the value of this correlation id as an Object value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic Object Object { get; }Public ReadOnly Property Object As Object
Get
public:
property Object^ Object {
Object^ get ();
}member Object : Object with get
Return Value
Type:
ObjectThe
object value that this correlation id was initialized with.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
This correlation id was not initialized with an object.
|
RemarksReturns the value of this correlation id as an Object value. Note that
this function assumes that this correlation id object has been
initialized with an Object value.
See Also