CustomPropertyCollectionAdd(String, String) Method
Add a
CustomProperty to the collection with the specified tag name and value
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public CustomProperty Add(
string tag,
string propertyValue
)
Public Function Add (
tag As String,
propertyValue As String
) As CustomProperty
public:
CustomProperty^ Add(
String^ tag,
String^ propertyValue
)
member Add :
tag : string *
propertyValue : string -> CustomProperty
- tag String
- The tag name to use for the custom property
- propertyValue String
- The value to use for the custom property
CustomPropertyReturns the newly created custom property