PropertiesParserReadFromEmbeddedAssemblyResource Method

Quartz.NET 3.0 API Documentation
Reads the properties from assembly (embedded resource).

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

C#
public static PropertiesParser ReadFromEmbeddedAssemblyResource(
	string resourceName
)

Parameters

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

Return Value

Type: PropertiesParser

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

See Also

Reference