Click or drag to resize
CodeGenerationTaskBaseSupportsQueueProcessingPerGroup Property
Gets a value indicating whether queue processing per group is supported for this task (true) or that the queue has to be processed once, regardless of project settings / groups (false, default).

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public virtual bool SupportsQueueProcessingPerGroup { get; }

Property Value

Type: Boolean
See Also