Related PropertyRelated Types Property
This property is used to set or get the related types (TYPE) parameter
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public RelatedTypes RelatedTypes { get; set; }VB
Public Property RelatedTypes As RelatedTypes
Get
SetC++
public:
property RelatedTypes RelatedTypes {
RelatedTypes get ();
void set (RelatedTypes value);
}F#
member RelatedTypes : RelatedTypes with get, set