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.1.0.0 (5.1.0)
Syntax public Object GetSettingValue(
string settingName
)
Public Function GetSettingValue (
settingName As String
) As Object
Parameters
- settingName
- Type: SystemString
Name of the setting.
Return Value
Type:
Objectthe defined value for the setting or null if the setting hasn't been set to a value yet
See Also