PropertiesParserGetPropertyGroup Method (String, Boolean)

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,
	bool stripPrefix
)

Parameters

prefix
Type: SystemString
The prefix.
stripPrefix
Type: SystemBoolean
if set to true [strip prefix].

Return Value

Type: NameValueCollection

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

See Also

Reference