FeedbackRecord.OriginalMessageId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.