GetTaskDetailsResponse.References Property

Definition

The collection of references on the task

[System.Text.Json.Serialization.JsonPropertyName("references")]
public System.Collections.Generic.List<System.Text.Json.JsonElement?> References { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("references")>]
member this.References : System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> with get, set
Public Property References As List(Of Nullable(Of JsonElement))

Property Value

Attributes

Applies to