Click or drag to resize
PluginBaseTargetValue Property
Gets or sets the target value of the plugin. Set this property if the plugin has to work on something else than project elements like entities, typedlists and the like.

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)
Syntax
public Object TargetValue { get; set; }

Property Value

Type: Object
See Also