Share via


TaskIdRange.Start Property

Definition

Gets or sets the first Task ID in the range.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to