Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public bool IsAdditionalCycleTask { get; set; }

Property Value

Type: Boolean
See Also