Child Property DescriptorCan Reset Value Method
This is used to indicate whether or not the property can be reset
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns true if the component can be reset or false if it cannot
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override bool CanResetValue(
Object component
)VB
Public Overrides Function CanResetValue (
component As Object
) As BooleanC++
public:
virtual bool CanResetValue(
Object^ component
) overrideF#
abstract CanResetValue :
component : Object -> bool
override CanResetValue :
component : Object -> bool Parameters
- component Object
- The component to test for reset capability
Return Value
BooleanReturns true if the component can be reset or false if it cannot