| 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.3.0.0 (5.3.0)
Syntaxpublic virtual bool SupportsQueueProcessingPerGroup { get; }Public Overridable ReadOnly Property SupportsQueueProcessingPerGroup As Boolean
	Get
Property Value
Type: 
Boolean
See Also