PropertiesParserGetStringArrayProperty Method (String, String)

Quartz.NET 3.0 API Documentation
Gets the string array property.

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

C#
public virtual IList<string> GetStringArrayProperty(
	string name,
	string[] defaultValue
)

Parameters

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

Return Value

Type: IListString

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

See Also

Reference