CustomPropertyCollectionItem(String) Property

Collection indexer

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public CustomProperty this[
	string propertyName
] { get; set; }

Parameters

propertyName  String
The name of the item to get or set. When retrieving an item, null is returned if it does not exist in the collection.

Property Value

CustomProperty

Remarks

The property name is case-insensitive

Exceptions

ArgumentExceptionThis is thrown if an attempt is made to set an item using a name that does not exist in the collection.

See Also