ChildPropertyDescriptorSetValue Method
This is used to set the property on the component to a new value
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override void SetValue(
Object component,
Object value
)
Public Overrides Sub SetValue (
component As Object,
value As Object
)
public:
virtual void SetValue(
Object^ component,
Object^ value
) override
abstract SetValue :
component : Object *
value : Object -> unit
override SetValue :
component : Object *
value : Object -> unit
Parameters
- component Object
- The component with the property to be set
- value Object
- The new value for the property