# DurableJob.TraceParent

[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(6)]
public string? TraceParent
```

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