แชร์ผ่าน


StorageProviderQueryResultSet.QueryResultId Property

Definition

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

String

Platform::String

winrt::hstring

The unique identifier for the search query result.

Applies to