DerivedModelCodeGenerationTaskPriority Property  | 
 
            Gets the priority of this task. Returns 11 so it takes precedence over other tasks which use the default of 10.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic override int Priority { get; }Public Overrides ReadOnly Property Priority As Integer
	Get
Property Value
Type: 
Int32
See Also