ChildPropertyDescriptorGetValue Method

This returns the current value of the property on the component

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override Object GetValue(
	Object component
)

Parameters

component  Object
The component with the property for which to retrieve the value

Return Value

Object
The value of the property in the given component

See Also