DirectMethodResponse.Status Property

Definition

The status of direct method response.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to