PackageStagingEventArgs.Package Property

Definition

Gets the package that is staging.

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

Property Value

The package being staged.

Applies to