StorageProviderSearchQueryOptions.QueryId 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.
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
The unique identifier for the search query.