ChildPropertyDescriptorComponentType Property
This returns the type for the component to which the property is bound
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override Type ComponentType { get; }
Public Overrides ReadOnly Property ComponentType As Type
Get
public:
virtual property Type^ ComponentType {
Type^ get () override;
}
abstract ComponentType : Type with get
override ComponentType : Type with get
Return Value
TypeReturns a
Type that represents the type of component to which the property is
bound.