Microsoft® Visual Basic® Scripting Edition Key Property |
Language Reference Version 2 |
Sets a key in a Dictionary object.
object.Key(key) = newkeyThe Key property has the following parts:
Part Description object Required. Always the name of a Dictionary object. key Required. Key value being changed. newkey Required. New value that replaces the specified key.
If key is not found when changing a key, a run-time error will occur.