Delen via


SubtaskInformation.Id Property

Definition

Gets or sets the ID of the subtask.

[Newtonsoft.Json.JsonProperty(PropertyName="id")]
public int? Id { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="id")>]
member this.Id : Nullable<int> with get, set
Public Property Id As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to