Click or drag to resize

PFJobExecutionJobKey Property

Gets or sets the job key, unique for a PFJob instance in memory or a persisted PFTimerJob.

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 Guid JobKey { get; set; }

Property Value

Type: Guid
See Also