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.167 -- Release Build+953eba5c1c088e7691234ecdac1695d5b82a461d
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