IOutputSettingValuesTarget.GetRealStringSettingValueWithMacrosResolved 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.9.0.0 (5.9.0)
Syntaxstring GetRealStringSettingValueWithMacrosResolved(
	string settingName,
	ITargetFrameworkHolder frameworkHolder
)
Function GetRealStringSettingValueWithMacrosResolved ( 
	settingName As String,
	frameworkHolder As ITargetFrameworkHolder
) As String
Parameters
- settingName
 - Type: System.String
Name of the setting. - frameworkHolder
 - Type: SD.LLBLGen.Pro.ApplicationCore.Interfaces.ITargetFrameworkHolder
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