Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

StoreProduct.StoreId Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?