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.Tasks
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic bool IsOptional { get; set; }Public Property IsOptional As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also