Prop Key
# ASP Key Property
* * Complete Dictionary Object Reference Manual](#)
* * *
The Key property sets a new value for an existing key in a Dictionary object.
### Syntax
DictionaryObject.Key(key)=newkey
| Parameter | Description |
| --- | --- |
| key | Required. The name of the key to be changed. |
| newkey | Required. The new name for the key. |
### Example
Output:
The value of key r is: Red
* * Complete Dictionary Object Reference Manual](#)
YouTip