Return the tuple if it exists

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

Syntax

C#
Tuple Tuple { get; }
Visual Basic
ReadOnly Property Tuple As Tuple
	Get
Visual C++
property Tuple^ Tuple {
	Tuple^ get ();
}

Field Value

Get the tuple associated with the action

See Also