Click or drag to resize

PFGarbageCleanerPFFieldsTimeOut Property

Gets or sets the deleted fields time out.

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("Fields Timeout", JobParameterType.SimpleType, false, Description = "Set in days. Shall be set between 7 and 30")]
public int PFFieldsTimeOut { get; set; }

Property Value

Type: Int32
See Also