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