TelephonePropertyCollectionAdd(String) Method
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public TelephoneProperty Add(
string phone
)
Public Function Add (
phone As String
) As TelephoneProperty
public:
TelephoneProperty^ Add(
String^ phone
)
member Add :
phone : string -> TelephoneProperty
- phone String
- The phone number value to assign to the new property
TelephonePropertyReturns the new property that was created and added to the collection