PackageUpdatingEventArgs.ActivityId Property

Definition

Gets the id for the update operation.

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

Property Value

Guid

Platform::Guid

winrt::guid

A unique value that an app can use to correlate events that relate to a single deployment operation.

Applies to