--- title: IKeymanKeyboard::Name Property --- ## Introduction The `IKeymanKeyboard::Name` property returns the [`&name`](/developer/language/reference/name) string from the keyboard file. This name is shown to the user in the Keyman Engine user interface and in the Windows keyboard picker. The `Name` property is not related to the [`ID`](ID) property or the Filename property. ## Specification ``` clike readonly string Name ```