# Sandbox.CodeGeneratorAttribute.Priority

```csharp
int Priority { get; set; }
```

Attributes with a higher priority will wrap the target first. The default priority is 0.

Declared in [Sandbox.CodeGeneratorAttribute](/api/Sandbox.CodeGeneratorAttribute).
Assembly: `Sandbox.System`.
