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.166 -- Release Build+57b72ea94712c6fb93701495d2d13b86cd7b5162
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