WritableProperty.AckVersion Property

Definition

The version of the reported property value.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to