HistoryServerGraphResponseData.IsAppFinished Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="isAppFinished")]
public bool? IsAppFinished { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isAppFinished")>]
member this.IsAppFinished : Nullable<bool> with get, set
Public Property IsAppFinished As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to