Share via


StorageProviderSuggestionsQueryOptions.QueryId Property

Definition

Gets the unique identifier for the 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.

Important

The Windows.Storage.Provider.StorageProviderSuggestionsQueryOptions API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

public:
 property Platform::String ^ QueryId { Platform::String ^ get(); };
winrt::hstring QueryId();
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
winrt::hstring QueryId();
public string QueryId { get; }
[Windows.Foundation.Metadata.Experimental]
public string QueryId { [Windows.Foundation.Metadata.Experimental] get; }
var string = storageProviderSuggestionsQueryOptions.queryId;
Public ReadOnly Property QueryId As String

Property Value

String

Platform::String

winrt::hstring

The unique identifier for the query.

Attributes

Applies to