WritableProperty.AckCode Property

Definition

The response code of the property update request, usually an HTTP Status Code (e.g. 200).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to