Click or drag to resize

PFActivityMonitoringInitializationJobCount Property

Gets or sets the count of daily reports to create in the past;

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[PFJobParameter("Count", JobParameterType.SimpleType, false, Description = "The number of daily reports to create (in the past)")]
public int Count { get; set; }

Property Value

Type: Int32
See Also