TelephonePropertyCollectionAdd(PhoneTypes, String) Method
Add a
TelephoneProperty to the collection and assign it the specified value and type(s)
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public TelephoneProperty Add(
PhoneTypes phoneTypes,
string phone
)
Public Function Add (
phoneTypes As PhoneTypes,
phone As String
) As TelephoneProperty
public:
TelephoneProperty^ Add(
PhoneTypes phoneTypes,
String^ phone
)
member Add :
phoneTypes : PhoneTypes *
phone : string -> TelephoneProperty
- phoneTypes PhoneTypes
- The telephone types to assign to the new property
- phone String
- The phone number value to assign to the new property
TelephonePropertyReturns the new property that was created and added to the collection