# Get()

> Gets the value of the bool attribute.

## Definition

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

```csharp
public bool? Get()
```

### Returns

| Type                                                            | Description |
| --------------------------------------------------------------- | ----------- |
| [bool?](https://learn.microsoft.com/dotnet/api/system.nullable) |             |
