Custom Property CollectionAdd(String, String) Method
Add a CustomProperty to the collection with the specified tag name and value
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns the newly created custom property
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public CustomProperty Add(
string tag,
string propertyValue
)VB
Public Function Add (
tag As String,
propertyValue As String
) As CustomPropertyC++
public:
CustomProperty^ Add(
String^ tag,
String^ propertyValue
)F#
member Add :
tag : string *
propertyValue : string -> CustomProperty Parameters
- tag String
- The tag name to use for the custom property
- propertyValue String
- The value to use for the custom property
Return Value
CustomPropertyReturns the newly created custom property