# Get()

> Gets the value of this property.

## Definition

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

```csharp
public virtual T Get()
```

### Returns

| Type | Description |
| ---- | ----------- |
| T    |             |

### Remarks

Unity throws an exception if this property has a raw value set.
