Dela via


StorageProviderSearchQueryOptions.QueryId Property

Definition

Gets the unique identifier for the search query. This is a telemetry ID provided by the caller that allows the request to be tracked across the client and service for reliability proposes.

public:
 property Platform::String ^ QueryId { Platform::String ^ get(); };
winrt::hstring QueryId();
public string QueryId { get; }
var string = storageProviderSearchQueryOptions.queryId;
Public ReadOnly Property QueryId As String

Property Value

String

Platform::String

winrt::hstring

The unique identifier for the search query.

Applies to