# ScheduleJobRequest.TraceParent

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

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

```csharp
public string? TraceParent
```

Gets the W3C `traceparent` value to associate with the scheduled job, used to continue the distributed trace when the job is later executed. If `null`, the value of `System.Diagnostics.Activity.Current` at the time [ILocalDurableJobManager](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.ilocaldurablejobmanager/) is invoked will be used.
