GetTaskResponse.ReferenceCount Property

Definition

The number of external references that exist on the task.

[System.Text.Json.Serialization.JsonPropertyName("referenceCount")]
public int? ReferenceCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("referenceCount")>]
member this.ReferenceCount : Nullable<int> with get, set
Public Property ReferenceCount As Nullable(Of Integer)

Property Value

Attributes

Applies to