# name

> A read-only string property that contains the unique name of a package.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.PackageManager](/engine/6000.6/script-reference/unityeditor/packagemanager.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public string name { get; }
```

### Remarks

* Package names must follow the reverse domain name convention. For example, com.unity.textmeshpro.
* This property is different from displayName, which is a user-facing, easy-to-read name.
* Use this property as the key identifier for package operations.
