Return true if the message is valid.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax public abstract bool IsValid { get; }
Public MustOverride ReadOnly Property IsValid As Boolean
Get
public:
virtual property bool IsValid {
bool get () abstract;
}
abstract IsValid : bool with get
Property Value
Type:
BooleanSee Also