Returns or sets a string value that uniquely identifies the Style object.
Syntax:
NodeObject.Key [= String Value]
The Key Property (Node Object) syntax has these parts:
| Part |
Description |
| NodeObject |
An object expression that evaluates to a Node object. |
| String Value |
A string value that uniquely identifies the Node object. |
Remarks:
Each Node object’s key must be unique. If a key is changed to a value that is not unique an error will be generated. A key must be a non-numeric string value. Keys are case sensitive.