| PluginBaseExecutionResult Property  | 
 
            Gets the execution result of the Execution method. TargetValue and ExecutionResult are two variables used for plugins without an interface which have 
            to process data for the designer. ExecutionResult is also used if a return value is expected from the plugin. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Extensibility
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic Object ExecutionResult { get; protected set; }Public Property ExecutionResult As Object
	Get
	Protected Set
Property Value
Type: 
Object
See Also