PropertiesParserGetByteProperty Method (String)

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
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: Byte

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

See Also

Reference