PropertiesParserGetLongProperty Method (String, Int64)

Quartz.NET 3.0 API Documentation
Gets the long property.

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

C#
public virtual long GetLongProperty(
	string name,
	long def
)

Parameters

name
Type: SystemString
The name.
def
Type: SystemInt64
The def.

Return Value

Type: Int64

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

See Also

Reference