# GetRaw()

> Gets the raw value of this block.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Android.Gradle](/engine/6000.7/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 string value when one is set. Otherwise, if the block has child elements, returns a raw string value that represents the child elements. Returns `null` if element is empty. |
