ContactPropertyCollection(IList<ContactProperty>) 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
public ContactPropertyCollection(
	IList<ContactProperty> contacts
)

Parameters

contacts  IList<ContactProperty>
The IList<T> of contacts to add

See Also