spiegel-keyman/windows/docs/engine/api/IKeymanKeyboard/Version.md
2024-10-31 10:17:54 +07:00

21 lines
571 B
Markdown

---
title: IKeymanKeyboard::Version Property
---
## Introduction
The `IKeymanKeyboard::Version` property returns the
[`&keyboardversion`](/developer/language/reference/keyboardversion)
string from the keyboard file. This represents the current version of
the keyboard file, and is in the form of a dotted numeric string.
The `Version` property is not related to the
[`&version`](/developer/language/reference/version) store, which
determines the minimum Keyman Engine version which a keyboard can be run
under.
## Specification
``` clike
readonly string Version
```