| TaskGroupElementIsOptional Property  | 
            Gets / sets the isOptional flag setting for tasks and taskgroups. Optional tasks don't cause errors when they can't be completed.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic bool IsOptional { get; set; }Public Property IsOptional As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also