HttpRequestInfo.ClientRequestId Property

Definition

Gets or sets the client request id.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to