StoreQueueItem.ProductId Property

Definition

Gets the add-on product ID of the current package in the queue, if the package corresponds to an add-on.

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

Property Value

String

Platform::String

winrt::hstring

The add-on product ID of the current package in the queue.

Applies to

See also