IOutputSettingValuesTargetGetRealStringSettingValueWithMacrosResolved Method  | 
 
            Gets the real setting value of the setting with the name specified as string. Also resolves any macros defined in the value (if any) to real values. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Interfaces
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxstring GetRealStringSettingValueWithMacrosResolved(
	string settingName,
	ITargetFrameworkHolder frameworkHolder
)
Function GetRealStringSettingValueWithMacrosResolved ( 
	settingName As String,
	frameworkHolder As ITargetFrameworkHolder
) As String
Parameters
- settingName
 - Type: SystemString
Name of the setting. - frameworkHolder
 - Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesITargetFrameworkHolder
The framework holder which can be a derived model or the project. 
Return Value
Type: 
String
            the real setting value of the setting with the name specified as string, or string.Empty if not found. Macros are resolved.
            
See Also