Compartir a través de


TaskInformation.SubtaskId Propiedad

Definición

Obtiene o establece el identificador de la subtarea si la tarea es una tarea de varias instancias.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a