# Sandbox.ThreadSafe.CurrentThreadName

```csharp
static string CurrentThreadName { get; set; }
```

Gets the current thread's name, or null if unnamed.

Declared in [Sandbox.ThreadSafe](/api/Sandbox.ThreadSafe).
Assembly: `Sandbox.System`.
