PackageContentGroupStagingEventArgs.ActivityId Property

Definition

Gets the identifier of the content group staging operation.

public:
 property Platform::Guid ActivityId { Platform::Guid get(); };
winrt::guid ActivityId();
public Guid ActivityId { get; }
var guid = packageContentGroupStagingEventArgs.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 particular content group staging operation.

Applies to