TelephonePropertyCollection(IList<TelephoneProperty>) Constructor

Construct the collection using a list of TelephoneProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public TelephonePropertyCollection(
	IList<TelephoneProperty> phones
)

Parameters

phones  IList<TelephoneProperty>
The IList<T> of phone numbers to add

See Also