PropertiesParserReadFromFileResource Method

Quartz.NET 3.0 API Documentation
Reads the properties from file system.

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

C#
public static PropertiesParser ReadFromFileResource(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name to read resources from.

Return Value

Type: PropertiesParser

[Missing <returns> documentation for "M:Quartz.Util.PropertiesParser.ReadFromFileResource(System.String)"]

See Also

Reference