Share via


TaskInformation.SubtaskId Property

Definition

Gets or sets the ID of the subtask if the Task is a multi-instance Task.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to