CorrelationIDIsInternal Property |
Returns true if this correlation id object was generated internally
by the library.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public bool IsInternal { get; }
Public ReadOnly Property IsInternal As Boolean
Get
public:
property bool IsInternal {
bool get ();
}
member IsInternal : bool with get
Return Value
Type:
Boolean
Returns
true if this correlation id object was generated internally
by the library.
See Also