ContactPropertyCollection(IListContactProperty) Constructor
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.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 IListContactProperty
- The IListT of contacts to add