IPackageId

Namespace: XPlat.ApplicationModel

Provides package identification info, such as name, version, and publisher.

public interface IPackageId

Supported platforms

Properties

Name

Gets the name of the package.

string Name { get; }

Version

Gets the package version info.

PackageVersion Version { get; }

FullName

Gets the full name of the package.

string FullName { get; }

References

PackageId - Microsoft Docs

Last updated