# GetRaw()

> Gets the raw value of this property.

## Definition

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

```csharp
public override string GetRaw()
```

### Returns

| Type                                                           | Description                                                              |
| -------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | The raw value of the element. Returns `null` if property value is empty. |

### Remarks

Unity throws an exception if a parent element has a raw value set.
