mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

IsolatedStorage_Settings.Add_Setting Method (String, Int32)



Set a value in the current user setting.


Namespace: SobekCM.Tools.Settings
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
protected static void Add_Setting(
	string SettingName,
	int NewValue
)

Parameters

SettingName
Type: System..::..String
Name of the setting
NewValue
Type: System..::..Int32
New value for the setting

Remarks

If the setting name already exists, the value will be changed to match the new value.

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )