ChildPropertyDescriptorSetValue Method

This is used to set the property on the component to a new value

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override void SetValue(
	Object component,
	Object value
)

Parameters

component  Object
The component with the property to be set
value  Object
The new value for the property

See Also