SchedulerMetaData JobStoreType Property Quartz.NET API Documentation
Returns the class-name of the IJobStore instance that is being used by the IScheduler.

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

public virtual Type JobStoreType { get; }

Property Value

Type: Type
See Also