PropertiesParserGetByteProperty Method (String, Byte)

Quartz.NET 3.0 API Documentation
Gets the byte property.

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

C#
public virtual byte GetByteProperty(
	string name,
	byte defaultValue
)

Parameters

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

Return Value

Type: Byte

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

See Also

Reference