ReportingProcessBaseIdleReportLifetime Property
Gets or sets the minimum lifetime of a report
since the last time it was accessed, in days.
Namespace: Gemstone.Timeseries.ReportsAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.171 -- Release Build+3ecaf8b66f8331a5e50f9e43ac234abd50096934
public double IdleReportLifetime { get; set; }
Public Property IdleReportLifetime As Double
Get
Set
public:
virtual property double IdleReportLifetime {
double get () sealed;
void set (double value) sealed;
}
function get_IdleReportLifetime();
function set_IdleReportLifetime(value);
DoubleIReportingProcessIdleReportLifetime