Attribute to indicate whether logs should be appending or not

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

Syntax

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

Property Value

Type: Boolean
true if file append is enabled; otherwise, false.

See Also