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.CodeGenerationMetaDataAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public virtual bool SupportsQueueProcessingPerGroup { get; }
Public Overridable ReadOnly Property SupportsQueueProcessingPerGroup As Boolean
Get
Property Value
Type:
BooleanSee Also