UploadOperation.Guid 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.
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
The unique ID for this upload operation.