AppInfo.PackageName Property

Definition

Gets the application package name or identifier.

public static string PackageName { get; }

Property Value

System.String

The package name or identifier.

Remarks

On Android and iOS, this is the application package name. On UWP, this is the application GUID.

Applies to