# Sandbox.LibraryAttribute.Name

```csharp
string Name { get; set; }
```

This is the name that will be used to create this class.
If you don't set it via the attribute constructor it will be set
to the name of the class it's attached to

Declared in [Sandbox.LibraryAttribute](/api/Sandbox.LibraryAttribute).
Assembly: `Sandbox.System`.
