| ProjectGetRealBoolSettingValue Method  | 
            Gets the real setting value of the setting with the name specified as bool
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic 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