| SettingsDictionaryAddSetting Method |
Adds a setting with the specified type.
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
)
Public Sub AddSetting (
key As String,
value As Object
)
public:
void AddSetting(
String^ key,
Object^ value
)
member AddSetting :
key : string *
value : Object -> unit
Parameters
- key
- Type: SystemString
The name of the setting. - value
- Type: SystemObject
The value of the setting.
See Also