property Node.Key as String
Retrieves the node's key.

TypeDescription
String A string expression that indicates the node's key.
Use the Key property to identify a node. Use the Item property to access a node by its key. The Index property specify the node's index in the control's nodes collection. Use the Add method to insert new nodes to the control's nodes collection.