true if there is an error in the result
Namespace: Com.Tibco.As.Space.RouterAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract bool HasError { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property HasError As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool HasError {
bool get () abstract;
} |
F# |
---|
abstract HasError : bool with get
|
Property Value
Type:
Booleantrue if this instance has error; otherwise,
false.
Implements
Result..::..HasErrorSee Also