UploadOperation.Guid Property

Definition

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

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

Property Value

Guid

Platform::Guid

winrt::guid

The unique ID for this upload operation.

Implements

Applies to