AttachPropertyCollection(IList<AttachProperty>) Constructor
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public AttachPropertyCollection(
IList<AttachProperty> attachments
)
Public Sub New (
attachments As IList(Of AttachProperty)
)
public:
AttachPropertyCollection(
IList<AttachProperty^>^ attachments
)
new :
attachments : IList<AttachProperty> -> AttachPropertyCollection
Parameters
- attachments IList<AttachProperty>
- The IList<T> of attachments to add