Share via


IStorageProviderQueryResult.RemoteFileId Property

Definition

public:
 property Platform::String ^ RemoteFileId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring RemoteFileId();

void RemoteFileId(winrt::hstring value);
public string RemoteFileId { get; set; }
var string = iStorageProviderQueryResult.remoteFileId;
iStorageProviderQueryResult.remoteFileId = string;
Public Property RemoteFileId As String

Property Value

String

Platform::String

winrt::hstring

Applies to