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

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

IJobDetail JobDetail { get; }

Property Value

Type: IJobDetail
See Also