Share via


SearchRequestOptions.ClientRequestId Property

Definition

Gets or sets the tracking ID sent with the request to help with debugging.

[Newtonsoft.Json.JsonIgnore]
public Guid? ClientRequestId { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.ClientRequestId : Nullable<Guid> with get, set
Public Property ClientRequestId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to