FeedbackRecord.OriginalMessageId Property

Definition

The Id of the cloud-to-device message to which this feedback message relates.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="originalMessageId")]
public string OriginalMessageId { get; set; }
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="originalMessageId")]
public string OriginalMessageId { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="originalMessageId")>]
member this.OriginalMessageId : string with get, set
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="originalMessageId")>]
member this.OriginalMessageId : string
Public Property OriginalMessageId As String
Public ReadOnly Property OriginalMessageId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Feedback messages are delivery acknowledgments for messages sent to a device from IoT hub.

Applies to