# DurableJob.TraceState

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.durablejob/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.durablejob/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.DurableJobs/DurableJob.cs)

```csharp
[Orleans.Id(7)]
public string? TraceState
```

Gets the W3C `tracestate` value captured when the job was scheduled. Used to continue the distributed trace when the job is later executed.
