| LambdaRunnerWorkItemDoFunc Property  | 
 
            Gets or sets the do function which is executed in the Do method.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.WorkBroker
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic Action<Project> DoFunc { get; set; }Public Property DoFunc As Action(Of Project)
	Get
	Set
Property Value
Type: 
ActionProject
See Also