mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
14 lines
209 B
Markdown
14 lines
209 B
Markdown
---
|
|
title: IKeymanPackage::Author Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackage::Author` property returns the author as listed in
|
|
the package file.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string Author
|
|
```
|