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

Changes made to this map during job execution are not re-persisted, and in fact typically result in an illegal state.

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