CustomPropertyCollectionItem(String) Property
Collection indexer
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public CustomProperty this[
string propertyName
] { get; set; }
Public Default Property Item (
propertyName As String
) As CustomProperty
Get
Set
public:
property CustomProperty^ default[String^ propertyName] {
CustomProperty^ get (String^ propertyName);
void set (String^ propertyName, CustomProperty^ value);
}
member Item : CustomProperty with get, set
- 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.
CustomProperty The property name is case-insensitive
ArgumentException | This is thrown if an attempt is made to set an item using a name
that does not exist in the collection. |