ChildPropertyDescriptorGetValue Method
This returns the current value of the property on the component
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override Object GetValue(
Object component
)
Public Overrides Function GetValue (
component As Object
) As Object
public:
virtual Object^ GetValue(
Object^ component
) override
abstract GetValue :
component : Object -> Object
override GetValue :
component : Object -> Object
- component Object
- The component with the property for which to retrieve the value
ObjectThe value of the property in the given component