Contact Property CollectionAdd(String) Method
Add a ContactProperty to the collection and assign it the specified contact value
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 ContactProperty Add(
string contact
)VB
Public Function Add (
contact As String
) As ContactPropertyC++
public:
ContactProperty^ Add(
String^ contact
)F#
member Add :
contact : string -> ContactProperty Parameters
- contact String
- The contact value to assign to the new property
Return Value
ContactPropertyReturns the new property that was created and added to the collection