Click or drag to resize

PFActivityMonitoringJobDuration Property

Gets or sets the duration of the report in time units.

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("Duration", JobParameterType.SimpleType, false, Description = "Choose the number of time units the report should cover.")]
public int Duration { get; set; }

Property Value

Type: Int32
See Also