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

Property Value

Type: Object
See Also