PropertiesParserGetPropertyGroups Method

Quartz.NET 3.0 API Documentation
Gets the property groups.

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

C#
public virtual IReadOnlyList<string> GetPropertyGroups(
	string prefix
)

Parameters

prefix
Type: SystemString
The prefix.

Return Value

Type: IReadOnlyListString

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

See Also

Reference