# Sandbox.FieldDescription

Describes a field. We use this class to wrap and return `FieldInfo`'s that are safe to interact with.
            
Returned by [Sandbox.Internal.TypeLibrary](/api/Sandbox.Internal.TypeLibrary) and [Sandbox.TypeDescription](/api/Sandbox.TypeDescription).

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Reflection`
- Inherits: [Sandbox.MemberDescription](/api/Sandbox.MemberDescription)
- Modifiers: sealed

## Properties

- [`FieldType`](/api/Sandbox.FieldDescription/FieldType): Property type.
- [`IsField`](/api/Sandbox.FieldDescription/IsField)
- [`IsInitOnly`](/api/Sandbox.FieldDescription/IsInitOnly)

## Methods

- [`GetValue`](/api/Sandbox.FieldDescription/GetValue): Get the value of this property on given object.
- [`SetValue`](/api/Sandbox.FieldDescription/SetValue): Set the value of this property on given object.
