# Sandbox.SerializedProperty.GetAttributes

## Overload 1

```csharp
IEnumerable<T> GetAttributes()
```

Get all of these attributes from the property.

### Returns

`IEnumerable<T>`

## Overload 2

```csharp
IEnumerable<System.Attribute> GetAttributes(System.Type t)
```

Get all of these attributes from the property.

### Parameters

- `t` (`System.Type`)

### Returns

`IEnumerable<System.Attribute>`

## Overload 3

```csharp
IEnumerable<System.Attribute> GetAttributes()
```

Get all attributes from the property.

### Returns

`IEnumerable<System.Attribute>`

Declared in [Sandbox.SerializedProperty](/api/Sandbox.SerializedProperty).
Assembly: `Sandbox.System`.
