Share via


ChangePointDetectResponse.IsChangePoint Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="isChangePoint")]
public System.Collections.Generic.IList<bool> IsChangePoint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isChangePoint")>]
member this.IsChangePoint : System.Collections.Generic.IList<bool> with get, set
Public Property IsChangePoint As IList(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to