# Sandbox.SerializedProperty.CustomizableSerializedProperty.GetAttributes

```csharp
IEnumerable<System.Attribute> GetAttributes()
```

Returns the underlying attributes merged with any added via [Sandbox.SerializedProperty.CustomizableSerializedProperty.AddAttribute](/api/Sandbox.SerializedProperty.CustomizableSerializedProperty/AddAttribute).

### Returns

`IEnumerable<System.Attribute>`

Declared in [Sandbox.SerializedProperty.CustomizableSerializedProperty](/api/Sandbox.SerializedProperty.CustomizableSerializedProperty).
Assembly: `Sandbox.System`.
