# GetName()

> Gets the name of the property.

## Definition

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

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

### Returns

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