PresetForProjectCycleTasks Property |
For whether this preset should be used for cycle tasks which target the whole project (true) or not (false). False is the default which means
it's not going to show up for cycle tasks which target a given model.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public bool ForProjectCycleTasks { get; set; }
Public Property ForProjectCycleTasks As Boolean
Get
Set
Property Value
Type:
BooleanSee Also