Click or drag to resize

PFActivityMonitoringJobTimeUnit Property

Simple types may be exposed as persistent parameters throught fields. String, int, long, decimal, boolean and date time are supported. Lists of these types are also supported.

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("Time Unit", JobParameterType.SimpleType, true, Description = "Choose time unit for report duration.")]
public string TimeUnit { get; set; }

Property Value

Type: String
See Also