Indexer property value reader
Version: 8.0
This value reader returns the value from the specified indexer property.
An example of an indexer property is a key on a dictionary. This value reader can be used to read a specific entry from a dictionary.
|
Expected source object type |
Any type of object as long as it has an indexer property. |
|
Template location |
Data Exchange/Framework/Data Access/Value Readers/Indexer Property Value Reader |
Template fields
|
Field name |
Description |
|---|---|
|
Indexes |
The index used to read a value from the source object. Multiple index values can be separated by either a comma (,) or semicolon (;). |