IAppInfo.PackageName Property

Definition

Gets the application package name or identifier.

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

Property Value

Remarks

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

Applies to