Contact Property Collection(IListContact Property) Constructor
Construct the collection using a list of ContactProperty 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 ContactPropertyCollection(
IList<ContactProperty> contacts
)VB
Public Sub New (
contacts As IList(Of ContactProperty)
)C++
public:
ContactPropertyCollection(
IList<ContactProperty^>^ contacts
)F#
new :
contacts : IList<ContactProperty> -> ContactPropertyCollectionParameters
- contacts IListContactProperty
- The IListT of contacts to add