# Sandbox.UI.TextEntry.Value

```csharp
string Value { get; set; }
```

The value of the text entry. Returns [Sandbox.UI.TextEntry.Text](/api/Sandbox.UI.TextEntry/Text), but does special logic when setting text.

Declared in [Sandbox.UI.TextEntry](/api/Sandbox.UI.TextEntry).
Assembly: `Sandbox.Engine`.
