PropertiesParserGetIntProperty Method (String)

Quartz.NET 3.0 API Documentation
Gets the int property.

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

C#
public virtual int GetIntProperty(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: Int32

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

See Also

Reference