PropertiesParserGetStringProperty Method (String, String)

Quartz.NET 3.0 API Documentation
Gets the string property.

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

C#
public virtual string GetStringProperty(
	string name,
	string defaultValue
)

Parameters

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

Return Value

Type: String

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

See Also

Reference