Return the tuple if it exists

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

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
Get the tuple associated with the action

See Also