CustomPropertyCollectionAdd(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: 2023.1.2.0
public CustomProperty Add(
	string tag,
	string propertyValue
)

Parameters

tag  String
The tag name to use for the custom property
propertyValue  String
The value to use for the custom property

Return Value

CustomProperty
Returns the newly created custom property

See Also