# PackageName

> The package name.

## Definition

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

> **Warning:**
>
> **Deprecated.** IShouldIncludeInBuildCallback interface is deprecated and will be removed in a later version, use PluginImporter.SetIncludeInBuildDelegate instead.

```csharp
string PackageName { get; }
```

### Remarks

Name of the package associated with this instance. The build pipeline invokes the [IShouldIncludeInBuildCallback.ShouldIncludeInBuild](/engine/6000.7/script-reference/unityeditor/packagemanager/ishouldincludeinbuildcallback/shouldincludeinbuild.md) method once for each managed plugin in this package during a build. This name must match the `name` attribute in the package manifest (package.json).
