Share via


StorageProviderQueryResultSet.QueryResultId Property

Definition

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

Applies to