Click or drag to resize

PFJobSettings Property

Gets the collection of settings for this PFJob. Typical usage doen't require manipulating this collection. Use the decorated properties on the PFJob instance instead.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFJobSettings Settings { get; }

Property Value

Type: PFJobSettings
See Also