# GetID()

> Gets the unique ID of the element.

## Definition

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

```csharp
public uint GetID()
```

### Returns

| Type                                                         | Description     |
| ------------------------------------------------------------ | --------------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) | The element ID. |
