Click or drag to resize

GeneralSetSettingsValue Method

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void SetSettingsValue(
	string settingsName,
	Object value,
	Object defaultValue
)

Parameters

settingsName
Type: SystemString
value
Type: SystemObject
defaultValue
Type: SystemObject
See Also