DirectMethodRequest.RequestId 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 request Id for the transport layer.
[Newtonsoft.Json.JsonIgnore]
public string RequestId { get; protected internal set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.RequestId : string with get, set
Public Property RequestId As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonIgnoreAttribute
Remarks
This value is not part of the JSON payload. It is received as topic string parameter over MQTT and as a property over AMQP, and would likely only be interesting to a device app for diagnostics.