Click or drag to resize
ActionResultHasError Property
true if there is an error in the result

Namespace: Com.Tibco.As.Space.Persistence
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public abstract bool HasError { get; }

Property Value

Type: Boolean
true if this instance has error; otherwise, false.

Implements

ResultHasError
See Also