Click or drag to resize

PFUsersDomainConsistencyJobVerbose Property

Gets or sets a value indicating whether this PFUsersDomainConsistencyJob uses verbose log output.

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

Property Value

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