PackageCatalogAddOptionalPackageResult.Package Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the optional package that was added to the package catalog.
public:
property Package ^ Package { Package ^ get(); };
Package Package();
public Package Package { get; }
var package = packageCatalogAddOptionalPackageResult.package;
Public ReadOnly Property Package As Package
Property Value
The optional package or null if the package could not be added.