Click or drag to resize

PFJobSettingsJobKey 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#
[DataMemberAttribute(Name = "JobKey")]
public Guid JobKey { get; }

Property Value

Type: Guid
See Also