# Value

> A copy of this string as a managed string.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Collections](/engine/6000.7/script-reference/unity/collections.md)
* **Assembly:** UnityEngine.ManagedKernelModule

```csharp
[ExcludeFromBurstCompatTesting("Returns managed string")]
public string Value { get; }
```

### Remarks

For internal use only. Use [NativeText.ToString](/engine/6000.7/script-reference/unity/collections/nativetext/tostring.md) instead.
