Click or drag to resize

PFItemSaverJobApplication Property

Gets or sets the target application.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[PFJobParameter("Application", JobParameterType.Packflow, true, DisplayMember = "Name")]
public PFApplication Application { get; set; }

Property Value

Type: PFApplication
See Also