CustomPropertyCollection(IListCustomProperty) Constructor
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public CustomPropertyCollection(
IList<CustomProperty> customProps
)
Public Sub New (
customProps As IList(Of CustomProperty)
)
public:
CustomPropertyCollection(
IList<CustomProperty^>^ customProps
)
new :
customProps : IList<CustomProperty> -> CustomPropertyCollection
Parameters
- customProps IListCustomProperty
- The IListT of custom properties to add