# GetRaw()

> Gets the raw value of this element.

## Definition

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

```csharp
public virtual string GetRaw()
```

### Returns

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