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.2.0.015)
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..::..HasError
See Also