Package.Id 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.
Gets the package identity of the current package.
public:
property PackageId ^ Id { PackageId ^ get(); };
PackageId Id();
public PackageId Id { get; }
var packageId = package.id;
Public ReadOnly Property Id As PackageId
Property Value
The package identity.