GetItemAttr Method (Item)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetItemAttr() method is a read-only indexer that retrieves the requested item attribute object (ItemAttr). This overload of the method specifies the attribute using the attribute ID.
| Overload | Description |
|---|---|
| GetItemAttr(Int32) | The GetItemAttr() method is a read-only indexer that retrieves the requested item attribute object (ItemAttr). This overload of the method specifies the attribute using the attribute ID. |
| GetItemAttr(String) | The GetItemAttr() method is a read-only indexer that retrieves the requested item attribute object (ItemAttr). This overload of the method specifies the attribute using the attribute description. |