Click or drag to resize

StageConfigurationAddSetting 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,
	Object value
)

Parameters

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