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.170 -- Release Build+f464e1d84dd1e1809e105906771d4406aa28b88d
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