Click or drag to resize

PFGarbageCleanerPFPerformanceReportsTimeout Property

Gets or sets the performance reports timeout.

Namespace:  Packflow.Core.Jobs.Impl
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[PFJobParameter("Performance Report Timeout", JobParameterType.SimpleType, 
	false, Description = "Set in days. Shall be set between 7 and 14")]
public int PFPerformanceReportsTimeout { get; set; }

Property Value

Type: Int32
See Also