Click or drag to resize
IGeneratorAlwaysBuildTemplatesUsingDebugBuild 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.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
bool AlwaysBuildTemplatesUsingDebugBuild { get; set; }

Property Value

Type: Boolean
See Also