ContactPropertyCollectionAdd(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: 2023.1.2.0
public ContactProperty Add(
	string contact
)

Parameters

contact  String
The contact value to assign to the new property

Return Value

ContactProperty
Returns the new property that was created and added to the collection

See Also