PackageInstallingEventArgs.Package Property

Definition

Gets the package that is installing.

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

Property Value

The incoming package.

Applies to