mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
259 B
Markdown
14 lines
259 B
Markdown
---
|
|
title: IKeymanPackageContentFile::Description Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackageContentFile::Description` property returns the
|
|
description of the file from the package metadata.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string Description
|
|
```
|