IBackgroundTransferOperation.Guid Property

Definition

Gets the Guid for the background transfer operation.

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

Property Value

Guid

Platform::Guid

winrt::guid

The unique ID for the background transfer operation.

Applies to