Click or drag to resize

PFUserMergerSimulate Property

Gets or sets a value indicating whether this PFUserMerger runs in simulation mode.

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("Simulate operation", JobParameterType.SimpleType, false)]
public bool Simulate { get; set; }

Property Value

Type: Boolean
true if simulate; otherwise, false.
See Also