Click or drag to resize

PFJobSettingsItem Property

Gets the PFJobSetting with the specified setting display name.

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 PFJobSetting this[
	string SettingName
] { get; }

Parameters

SettingName
Type: SystemString
Display name of the setting.

Property Value

Type: PFJobSetting
The PFJobSetting.

Return Value

Type: PFJobSetting
See Also