DerivedModelDefinitionGetRealBoolSettingValue Method |
Gets the real setting value of the setting with the name specified as bool
Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool GetRealBoolSettingValue(
string settingName
)
Public Function GetRealBoolSettingValue (
settingName As String
) As Boolean
Parameters
- settingName
- Type: SystemString
Name of the setting.
Return Value
Type:
Booleanthe real setting value of the setting with the name specified as bool, or false if not found
Implements
ITargetFrameworkHolderGetRealBoolSettingValue(String)See Also