Share via


AppInstallItem.ProductId Property

Definition

Gets the product ID for the current app.

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

Property Value

String

Platform::String

winrt::hstring

The product ID for the current app.

Windows requirements

App capabilities
runFullTrust

Applies to