Return the modified Tuple due to the space operation such as put, take, lock, unlock or expire.

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#
Tuple Tuple { get; }
Visual Basic
ReadOnly Property Tuple As Tuple
	Get
Visual C++
property Tuple^ Tuple {
	Tuple^ get ();
}
F#
abstract Tuple : Tuple with get

Property Value

Type: Tuple
The modified tuple

See Also