Child Property DescriptorGet Value 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: 2025.1.9.0
The value of the property in the given component
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override Object GetValue(
Object component
)VB
Public Overrides Function GetValue (
component As Object
) As ObjectC++
public:
virtual Object^ GetValue(
Object^ component
) overrideF#
abstract GetValue :
component : Object -> Object
override GetValue :
component : Object -> Object Parameters
- component Object
- The component with the property for which to retrieve the value
Return Value
ObjectThe value of the property in the given component