JobExecutionContext JobDetail Property Quartz.NET API Documentation
Get the JobDetail associated with the IJob.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

public virtual JobDetail JobDetail { get; }

Property Value

Type: JobDetail
See Also