ServerSecurityLogFileThresholdSize Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the size in bytes that will be the log file threshold.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long LogFileThresholdSize { get; set; }
Public Property LogFileThresholdSize As Long
Get
Set
public:
virtual property long long LogFileThresholdSize {
long long get () sealed;
void set (long long value) sealed;
}
function get_LogFileThresholdSize();
function set_LogFileThresholdSize(value);
Property Value
Type:
Int64The size in bytes that will be the log file threshold.
Return Value
Type:
Int64The size in bytes that will be the log file threshold.
Remarks See Also