Gets the keyboard key.
# Get the value of the property.propertyValue = keyboardEventArgs_var.keyCode
#include <Core/UserInterface/KeyboardEventArgs.h>// Get the value of the property.KeyCodes propertyValue = keyboardEventArgs_var->keyCode();