Share via


PackageContentGroupStagingEventArgs.Package Property

Definition

Gets the package that is being staged.

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

Property Value

The package containing the content group being staged.

Applies to