PackageStagingEventArgs.ActivityId Property

Definition

Gets the id for the staging operation.

public:
 property Platform::Guid ActivityId { Platform::Guid get(); };
winrt::guid ActivityId();
public Guid ActivityId { get; }
var guid = packageStagingEventArgs.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