Click or drag to resize

PFJobInfoChoices Property

A list a choices for all the applicable job settings. Use Linq on the PFJobSetting.ParameterName property to find specific choices.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public List<PFJobSetting> Choices { get; set; }

Property Value

Type: ListPFJobSetting
See Also