TelephonePropertyCollectionAdd(PhoneTypes, String) Method

Add a TelephoneProperty to the collection and assign it the specified value and type(s)

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public TelephoneProperty Add(
	PhoneTypes phoneTypes,
	string phone
)

Parameters

phoneTypes  PhoneTypes
The telephone types to assign to the new property
phone  String
The phone number value to assign to the new property

Return Value

TelephoneProperty
Returns the new property that was created and added to the collection

See Also