Click or drag to resize
OutputSettingValuesContainerSetSettingValue Method
Sets the value of the setting with the name specified to the value specified, overwriting the existing value.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public void SetSettingValue(
	string settingName,
	Object value
)

Parameters

settingName
Type: SystemString
Name of the setting.
value
Type: SystemObject
The value.
See Also