ContactPropertyCollectionAdd(String) Method
Add a
ContactProperty to the collection and assign it the specified contact value
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public ContactProperty Add(
string contact
)
Public Function Add (
contact As String
) As ContactProperty
public:
ContactProperty^ Add(
String^ contact
)
member Add :
contact : string -> ContactProperty
- contact String
- The contact value to assign to the new property
ContactPropertyReturns the new property that was created and added to the collection