Share via


Stages.AttemptId Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to