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.169 -- Release Build+82545fa6ae2add30278022168cd357b1ff6488b5
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