ChildPropertyDescriptorCanResetValue Method
This is used to indicate whether or not the property can be reset
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override bool CanResetValue(
Object component
)
Public Overrides Function CanResetValue (
component As Object
) As Boolean
public:
virtual bool CanResetValue(
Object^ component
) override
abstract CanResetValue :
component : Object -> bool
override CanResetValue :
component : Object -> bool
- component Object
- The component to test for reset capability
BooleanReturns true if the component can be reset or false if it cannot