Return true if there was an error during operation, false otherwise
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
Syntax
| C# |
|---|
bool HasError { get; } |
| Visual Basic |
|---|
ReadOnly Property HasError As Boolean Get |
| Visual C++ |
|---|
property bool HasError { bool get (); } |
| F# |
|---|
abstract HasError : bool with get |
Property Value
Type: Booleantrue if this instance has error; otherwise, false.