IJobDetailDescription Property

Quartz.NET 3.0 API Documentation
Get or set the description given to the IJob instance by its creator (if any).

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

C#
string Description { get; }

Property Value

Type: String
See Also

Reference