WritableProperty.DesiredVersion Property

Definition

The version of the property with the specified desired value.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to