StorageProviderSuggestionsQueryOptions.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 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
The unique identifier for the query.
- Attributes