StorageProviderQueryResultSet.QueryResultId 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 or sets the unique identifier for the search query result. This is a telemetry ID provided by the caller that allows the request to be tracked across the client and service for reliability purposes.
public:
property Platform::String ^ QueryResultId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring QueryResultId();
void QueryResultId(winrt::hstring value);
public string QueryResultId { get; set; }
var string = storageProviderQueryResultSet.queryResultId;
storageProviderQueryResultSet.queryResultId = string;
Public Property QueryResultId As String
Property Value
The unique identifier for the search query result.