Click or drag to resize

JobConfiguration.AddSetting 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: System.String
The name of the setting.
value
Type: System.String
The value of the setting.
See Also