Custom Property Collection(IListCustom Property) Constructor
Construct the collection using a list of CustomProperty objects
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 CustomPropertyCollection(
IList<CustomProperty> customProps
)VB
Public Sub New (
customProps As IList(Of CustomProperty)
)C++
public:
CustomPropertyCollection(
IList<CustomProperty^>^ customProps
)F#
new :
customProps : IList<CustomProperty> -> CustomPropertyCollectionParameters
- customProps IListCustomProperty
- The IListT of custom properties to add