# Sandbox.TypeDescription.ClassName

```csharp
string ClassName { get; set; }
```

A string representing this class name. Historically this was provided by [Library( classname )].
If no special name is provided, this will be type.Name.

Declared in [Sandbox.TypeDescription](/api/Sandbox.TypeDescription).
Assembly: `Sandbox.Reflection`.
