mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
18 lines
391 B
Markdown
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
|
|
```
|