PropertiesParserUnderlyingProperties Property

Quartz.NET 3.0 API Documentation
Gets the underlying properties.

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

C#
public virtual NameValueCollection UnderlyingProperties { get; }

Property Value

Type: NameValueCollection
The underlying properties.
See Also

Reference