Click or drag to resize

OutputSettingValuesContainerGetSettingValue Method

Gets the value for the setting with the name specified as defined in this container. If there's no such setting defined yet with a value, null is returned.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public Object GetSettingValue(
	string settingName
)

Parameters

settingName
Type: SystemString
Name of the setting.

Return Value

Type: Object
the defined value for the setting or null if the setting hasn't been set to a value yet
See Also