ServerSecurityMaxNumLogFiles Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the maximum number of log files that should be created.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long MaxNumLogFiles { get; set; }
Public Property MaxNumLogFiles As Long
Get
Set
public:
virtual property long long MaxNumLogFiles {
long long get () sealed;
void set (long long value) sealed;
}
function get_MaxNumLogFiles();
function set_MaxNumLogFiles(value);
Property Value
Type:
Int64The maximum number of log files that should be created.
Return Value
Type:
Int64The maximum number of log files that should be created.
Remarks See Also