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.3.0.0 (5.3.0)
Syntaxpublic Object TargetValue { get; set; }
Public Property TargetValue As Object
Get
Set
Property Value
Type:
Object
See Also