Click or drag to resize
CodeGenerationTaskBasePriority Property
Gets the priority of this task. By default this is 10. If a task has to take precedence over other tasks, override this property in a subclass and return a higher number.

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 int Priority { get; }

Property Value

Type: Int32
See Also