Click or drag to resize

PFJobInfoTriggers Property

The collection of Job triggers for the described PFJob.

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<PFJobTrigger> Triggers { get; set; }

Property Value

Type: ListPFJobTrigger
See Also