EntityModelCodeGenerationTaskSupportsQueueProcessingPerGroup 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.4.0.0 (5.4.0)
Syntaxpublic override bool SupportsQueueProcessingPerGroup { get; }Public Overrides ReadOnly Property SupportsQueueProcessingPerGroup As Boolean
	Get
Property Value
Type: 
Boolean
See Also