PropertySettingJobFactory WarnIfPropertyNotFound Property Quartz.NET API Documentation
Get or set whether a warning should be logged 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 WarnIfPropertyNotFound { get; set; }

Property Value

Type: Boolean
See Also