--- 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 ```