TelephonePropertyCollectionAdd(String) Method

Add a TelephoneProperty to the collection and assign it the specified value

Definition

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

Parameters

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