StoreSku.StoreId 屬性

定義

取得此產品 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

屬性值

String

Platform::String

winrt::hstring

此產品 SKU 的市集識別碼。

備註

此屬性所傳回的市集識別碼格式為< 產品市集識別碼 >/< SKU 市集識別碼 >,其中:

  • < product Store ID >是 12 個字元的英數位元字串,例如 9NBLGGH69M0B。 此市集識別碼可在合作夥伴中心使用,並由相關StoreProduct 物件的 StoreId屬性傳回。
  • < SKU 市集識別碼 >是識別 SKU 的 4 個字元英數位元字串。 此屬性傳回的完整市集識別碼範例是 9NBLGGH69M0B/000N。

適用於