Prop Item
# ASP Item Property
* * Complete Dictionary Object Reference Manual](#)
* * *
The Item property sets or returns the value of an item in a Dictionary object.
### Syntax
DictionaryObject.Item(key)
| Parameter | Description |
| --- | --- |
| key | Required. The key associated with the item. |
| newitem | Optional. The value associated with the key. |
### Example
Output:
The value of key pi is: Pink
* * Complete Dictionary Object Reference Manual](#)
YouTip