RouterActionResultHasError Property |
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.1.5.12)
Syntaxpublic abstract bool HasError { get; }
Public MustOverride ReadOnly Property HasError As Boolean
Get
public:
virtual property bool HasError {
bool get () abstract;
}
abstract HasError : bool with get
Property Value
Type:
Booleantrue if this instance has error; otherwise,
false.
Implements
ResultHasError
See Also