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