|
ReportingProcessBaseIdleReportLifetime Property
|
Gets or sets the minimum lifetime of a report
since the last time it was accessed, in days.
Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxpublic double IdleReportLifetime { get; set; }
Public Property IdleReportLifetime As Double
Get
Set
public:
virtual property double IdleReportLifetime {
double get () sealed;
void set (double value) sealed;
}
abstract IdleReportLifetime : float with get, set
override IdleReportLifetime : float with get, set
function get_IdleReportLifetime();
function set_IdleReportLifetime(value);
View SourceProperty Value
DoubleImplements
IReportingProcessIdleReportLifetime
See Also