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.ConfigurationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public void SetSettingValue(
string settingName,
Object value
)
Public Sub SetSettingValue (
settingName As String,
value As Object
)
Parameters
- settingName
- Type: SystemString
Name of the setting. - value
- Type: SystemObject
The value.
See Also