# Sandbox.Metadata

A simple class for storing and retrieving metadata values.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`

## Constructors

- [`Metadata`](/api/Sandbox.Metadata/.ctor)

## Methods

- [`GetValueOrDefault`](/api/Sandbox.Metadata/GetValueOrDefault): Get the a value. If it's missing or the wrong type then use the default value.
- [`SetValue`](/api/Sandbox.Metadata/SetValue): Set a value with the specified key.
- [`TryGetValue`](/api/Sandbox.Metadata/TryGetValue): Try to get a value of the specified type.
