true if everything went ok
Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public bool IsOK { get; }
VB
Public ReadOnly Property IsOK As Boolean
Get
C++
public:
virtual property bool IsOK {
bool get () sealed;
}
F#
abstract IsOK : bool with get
override IsOK : bool with get
Type: Boolean