PropertiesParserGetShortProperty Method (String, Int16)

Quartz.NET 3.0 API Documentation
Gets the short property.

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

C#
public virtual short GetShortProperty(
	string name,
	short defaultValue
)

Parameters

name
Type: SystemString
The name.
defaultValue
Type: SystemInt16
The default value.

Return Value

Type: Int16

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

See Also

Reference