An NDoc Documented Class Library

ExecutionHistory.HasError Property

[Visual Basic]
Overridable Public Property HasError As Boolean
[C#]
public virtual bool HasError { get; set; }
[C++]
public: virtual __property bool get_HasError();
public: virtual __property void set_HasError(bool );
[JScript]
public virtual function get HasError() : bool
public virtual function set HasError(bool);

See Also

ExecutionHistory Class | Repository.Services Namespace