property Page.Key as String
Specifies the page's key.

TypeDescription
String A string expression that indicates the page's key.

Use the Key property to assign a key to a page. You can assign the page's key when a new page is inserted to the control by using the Add method. The Key property is used when Item property looks for a page. No error occurs if duplicate keys are using.