PropertySettingJobFactory ThrowIfPropertyNotFound Property Quartz.NET API Documentation
Whether the JobInstantiation should fail and throw and exception if a key (name) and value (type) found in the JobDataMap does not correspond to a proptery setter on the Job class.

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

public virtual bool ThrowIfPropertyNotFound { get; set; }

Property Value

Type: Boolean
See Also