Get and set the context of the space
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
Syntax
| C# |
|---|
public abstract Tuple Context { get; set; } |
| Visual Basic |
|---|
Public MustOverride Property Context As Tuple Get Set |
| Visual C++ |
|---|
public: virtual property Tuple^ Context { Tuple^ get () abstract; void set (Tuple^ value) abstract; } |
| F# |
|---|
abstract Context : Tuple with get, set |
Property Value
Type: TupleThe context.