# GetUniqueName()

> Gets a unique name of the element.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.5/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public string GetUniqueName()
```

### Returns

| Type                                                           | Description                                           |
| -------------------------------------------------------------- | ----------------------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | The element name and element ID combined as a string. |
