StoreProduct.StoreId Property

Definition

Gets the Store ID for this product.

public:
 property Platform::String ^ StoreId { Platform::String ^ get(); };
winrt::hstring StoreId();
public string StoreId { get; }
var string = storeProduct.storeId;
Public ReadOnly Property StoreId As String

Property Value

String

Platform::String

winrt::hstring

The Store ID for this product.

Remarks

For an app, this property corresponds to the Store ID that is available on the App identity page for the app in Partner Center. For more information, see View app identity details.

For an add-on, this property corresponds to the Store ID that is available on the overview page for the add-on in Partner Center.

Applies to