Get and set forget old value attribute of the space

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

Syntax

C#
public abstract bool ForgetOldValue { get; set; }
Visual Basic
Public MustOverride Property ForgetOldValue As Boolean
	Get
	Set
Visual C++
public:
virtual property bool ForgetOldValue {
	bool get () abstract;
	void set (bool value) abstract;
}
F#
abstract ForgetOldValue : bool with get, set

Property Value

Type: Boolean
Forget old value attribute

See Also