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

18 lines
391 B
Markdown

---
title: IKeymanPackage::Name Property
---
## Introduction
The `IKeymanPackage::Name` property returns the descriptive name of the
package from the package file. This name is shown to the user in the
Keyman Engine user interface.
The `Name` property is not related to the [`ID`](ID) property or the
[`Filename`](Filename) property.
## Specification
``` clike
readonly string Name
```