DataPA Enterprise Dashboard Controls API Reference
Gets and sets the size in bytes that will be the log file threshold.

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

Syntax

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

Property Value

Type: Int64
The size in bytes that will be the log file threshold.

Return Value

Type: Int64
The size in bytes that will be the log file threshold.

Remarks