The tuple that was taken
Namespace: Com.Tibco.As.Space.PersistenceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract Tuple Tuple { get; }
Public MustOverride ReadOnly Property Tuple As Tuple
Get
public:
virtual property Tuple^ Tuple {
Tuple^ get () abstract;
}
abstract Tuple : Tuple with get
Property Value
Type:
TupleThe tuple that was taken
Implements
WriteOpTuple
See Also