IPackageId

Namespace: XPlat.ApplicationModel

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

public interface IPackageId

Supported platforms

Platform

Version

.NET Standard

2.0

Xamarin.Android

9.0

Xamarin.iOS

1.0

UWP

10.0.16299

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