PackageInstallResult.ProductId Property

Definition

Gets the unique identifier for the application package that installation state is provided for.

public:
 property Platform::String ^ ProductId { Platform::String ^ get(); };
winrt::hstring ProductId();
public string ProductId { get; }
var string = packageInstallResult.productId;
Public ReadOnly Property ProductId As String

Property Value

String

Platform::String

winrt::hstring

The unique identifier for the application package that installation state is provided for.

Applies to