Return true if the tuple was inserted (did not overwrite an existing tuple) or false it it was updated (did overwrite an existing tuple)

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

Syntax

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

Property Value

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

See Also