Click or drag to resize

SettingDefinitionLegacyDefault Property

Gets or sets the default value for the setting, if the targetframeworkholder container (e.g. the project) is set to use legacy defaults. Should be convertable to the type specified. The value of this property is equal to 'Default' if no legacydefault is defined in the frameworksettings file for this setting. If legacy defaults have to be used, this value is used as 'the default' in the SettingDefinition clone returned by the framework instance instead of the value 'Default'. Legacy defaults are used unless the targetframework is set to a new framework in the targetframeworkholder.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public string LegacyDefault { get; set; }

Property Value

Type: String
See Also