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