# GetName()

> Retrieves the name of the ContentNamespace.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Content](/engine/6000.5/script-reference/unity/content.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public string GetName()
```

### Returns

| Type                                                           | Description                               |
| -------------------------------------------------------------- | ----------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | Returns the name of the ContentNamespace. |
