PropertiesParserGetPropertyGroup Method (String)

Quartz.NET 3.0 API Documentation
Gets the property group.

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

C#
public virtual NameValueCollection GetPropertyGroup(
	string prefix
)

Parameters

prefix
Type: SystemString
The prefix.

Return Value

Type: NameValueCollection

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

See Also

Reference