JobDetail JobDataMap Property Quartz.NET API Documentation
Get or set the JobDataMap that is associated with the IJob.

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

public virtual JobDataMap JobDataMap { get; set; }

Property Value

Type: JobDataMap
See Also