Child Property DescriptorComponent Type Property
This returns the type for the component to which the property is bound
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns a Type that represents the type of component to which the property is bound.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override Type ComponentType { get; }VB
Public Overrides ReadOnly Property ComponentType As Type
GetC++
public:
virtual property Type^ ComponentType {
Type^ get () override;
}F#
abstract ComponentType : Type with get
override ComponentType : Type with getReturn Value
TypeReturns a Type that represents the type of component to which the property is bound.