CodeGenerationTaskBaseIsAdditionalCycleTask Property |
If true, the task is seen as an additional cycle task added by the user. If false, it's a regular cycle task created by the system
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public bool IsAdditionalCycleTask { get; set; }
Public Property IsAdditionalCycleTask As Boolean
Get
Set
Property Value
Type:
BooleanSee Also