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