CorrelationIDIsObject Property |
Returns true if this correlation id object was was originally initialized
with an object value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public bool IsObject { get; }
Public ReadOnly Property IsObject As Boolean
Get
public:
property bool IsObject {
bool get ();
}
member IsObject : bool with get
Return Value
Type:
Boolean
Returns
true if this correlation id object was was originally initialized
with an
object value.
See Also