DownloadOperation.Guid Property

Definition

This is a unique identifier for a specific download operation. A GUID associated to a download operation will not change for the duration of the download.

public:
 property Platform::Guid Guid { Platform::Guid get(); };
winrt::guid Guid();
public Guid Guid { get; }
var guid = downloadOperation.guid;
Public ReadOnly Property Guid As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The unique ID for this download operation.

Implements

Applies to