DeviceJobOutcome.DeviceMethodResponse Property

Definition

Outcome for a device method job

[Newtonsoft.Json.JsonProperty(PropertyName="deviceMethodResponse")]
public Microsoft.Azure.Devices.CloudToDeviceMethodResult DeviceMethodResponse { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="deviceMethodResponse")>]
member this.DeviceMethodResponse : Microsoft.Azure.Devices.CloudToDeviceMethodResult with get, set
Public Property DeviceMethodResponse As CloudToDeviceMethodResult

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to