true if old entry exists, false otherwise

Namespace: Com.Tibco.As.Space.Persistence
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
public abstract bool HasOldTuple { get; }
Visual Basic
Public MustOverride ReadOnly Property HasOldTuple As Boolean
	Get
Visual C++
public:
virtual property bool HasOldTuple {
	bool get () abstract;
}
F#
abstract HasOldTuple : bool with get

Property Value

Type: Boolean
true if there is an old tuple, else false

See Also