IJobDetailJobDataMap Property

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

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

C#
JobDataMap JobDataMap { get; }

Property Value

Type: JobDataMap
See Also

Reference