Note

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

Access to this page requires authorization. You can try .

StoreSku.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 of this product SKU.

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

Property Value

String

Platform::String

winrt::hstring

The Store ID of this product SKU.

Remarks

The Store ID returned by this property has the format <product Store ID>/<SKU Store ID>, where:

  • <product Store ID> is a 12-character alpha-numeric string, such as 9NBLGGH69M0B. This Store ID is available in Partner Center, and it is returned by the StoreId property of the related StoreProduct object.
  • <SKU Store ID> is a 4-character alpha-numeric string that identifies the SKU. An example complete Store ID returned by this property is 9NBLGGH69M0B/000N.

Applies to


Feedback

Was this page helpful?