Click or drag to resize

JobConfigurationAddSetting Method

Adds a setting.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void AddSetting(
	string key,
	string value
)

Parameters

key
Type: SystemString
The name of the setting.
value
Type: SystemString
The value of the setting.
See Also