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.1.0.0 (2.1)

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;
}

Field Value

Forget old value attribute

See Also