# Sandbox.Variant.Type

```csharp
System.Type Type { get; set; }
```

The type of the value currently stored in the Variant. This is automatically set when you assign a value to the Variant.

Declared in [Sandbox.Variant](/api/Sandbox.Variant).
Assembly: `Sandbox.Engine`.
