Click or drag to resize

JobConfigurationGetSetting(String, String) Method

Gets a string setting with the specified default value.

Namespace: Ookii.Jumbo.Jet.Jobs
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public string? GetSetting(
	string key,
	string? defaultValue
)

Parameters

key  String
The name of the setting.
defaultValue  String
The value to use if the setting is not present in the SettingsDictionary.

Return Value

String
The value of the setting, or defaultValue if the setting was not present in the SettingsDictionary.
See Also