FiredTriggerRecordJobKey Property

Quartz.NET 3.0 API Documentation
Gets or sets the job key.

Namespace:  Quartz.Impl.AdoJobStore
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public virtual JobKey JobKey { get; set; }

Property Value

Type: JobKey
The job key.
See Also

Reference