Returns the task identifier for this task.

C# |
public string Id { get; }

The task identifier for this TaskOutputHandle

Returns the task identifier for this task. This task ID can be compared to the task ID from a TaskInputHandle within the same Session to match the input from a client to the output retrieved from the service.