Click or drag to resize
GeneratorAlwaysBuildTemplatesUsingDebugBuild Property
Gets or sets a value indicating whether templates which have to be compiled into .NET code have to use debug build always (true) or leave it to their own settings (false).

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool AlwaysBuildTemplatesUsingDebugBuild { get; set; }

Property Value

Type: Boolean

Implements

IGeneratorAlwaysBuildTemplatesUsingDebugBuild
See Also