DataPA Enterprise Dashboard Controls API Reference
Gets and sets a property to indicate if the log file shown be appended to.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AppendToLogFile { get; set; }
Visual Basic
Public Property AppendToLogFile As Boolean
	Get
	Set
Visual C++
public:
virtual property bool AppendToLogFile {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
True if the log file shown be appended to.

Return Value

Type: Boolean
True if the log file shown be appended to.

Remarks