Condividi tramite


PackageDeploymentResult.ActivityId Property

Definition

Gets the activity identifier used to look up an event in Windows Event Viewer. All events of a deployment operation are logged with the same activity identifier.

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

Property Value

Guid

Platform::Guid

winrt::guid

An activity identifier used to look up an event in Windows Event Viewer

Applies to