PackageUpdatingEventArgs.SourcePackage Property

Definition

Gets the package that is being updated.

public:
 property Package ^ SourcePackage { Package ^ get(); };
Package SourcePackage();
public Package SourcePackage { get; }
var package = packageUpdatingEventArgs.sourcePackage;
Public ReadOnly Property SourcePackage As Package

Property Value

The package being updated. This is the original package that was on the machine that is now being updated.

Applies to