Child Property DescriptorSet Value 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override void SetValue(
Object component,
Object value
)VB
Public Overrides Sub SetValue (
component As Object,
value As Object
)C++
public:
virtual void SetValue(
Object^ component,
Object^ value
) overrideF#
abstract SetValue :
component : Object *
value : Object -> unit
override SetValue :
component : Object *
value : Object -> unit