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 [PFJobParameter("Simulate operation", JobParameterType.SimpleType, false)]
public bool Simulate { get; set; }
Property Value
Type:
Booleantrue if simulate; otherwise,
false.
See Also