AppInfo.PackageName Property

Definition

Gets the application package name or identifier.

public:
 static property System::String ^ PackageName { System::String ^ get(); };
public static string PackageName { get; }
static member PackageName : string
Public Shared ReadOnly Property PackageName As String

Property Value

The package name or identifier.

Remarks

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

Applies to