Click or drag to resize

SetupSetSetting Method

Set the value according to data type

Namespace:  SOWIApp.Management.Data
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public void SetSetting(
	string pSettingName,
	Object pSettingValue
)

Parameters

pSettingName
Type: SystemString

[Missing <param name="pSettingName"/> documentation for "M:SOWIApp.Management.Data.Setup.SetSetting(System.String,System.Object)"]

pSettingValue
Type: SystemObject

[Missing <param name="pSettingValue"/> documentation for "M:SOWIApp.Management.Data.Setup.SetSetting(System.String,System.Object)"]

See Also