Telephone Property CollectionAdd(Phone Types, 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: 2025.1.9.0
Returns the new property that was created and added to the collection
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public TelephoneProperty Add(
PhoneTypes phoneTypes,
string phone
)VB
Public Function Add (
phoneTypes As PhoneTypes,
phone As String
) As TelephonePropertyC++
public:
TelephoneProperty^ Add(
PhoneTypes phoneTypes,
String^ phone
)F#
member Add :
phoneTypes : PhoneTypes *
phone : string -> TelephoneProperty 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
TelephonePropertyReturns the new property that was created and added to the collection