# Sandbox.BaseInventoryItem.Slot

```csharp
int Slot { get; set; }
```

The slot this item occupies, or -1 if unassigned. Set by the inventory.

Declared in [Sandbox.BaseInventoryItem](/api/Sandbox.BaseInventoryItem).
Assembly: `Sandbox.Engine`.
