StoreProduct.StoreId 屬性

定義

取得此產品的市集識別碼。

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

屬性值

String

Platform::String

winrt::hstring

此產品的市集識別碼。

備註

對於應用程式,此屬性會對應至合作夥伴中心應用程式的應用程式身分識別頁面上可用的市集識別碼。 如需詳細資訊,請參閱 檢視應用程式身分識別詳細資料

對於附加元件,此屬性會對應至 合作夥伴中心附加元件概觀頁面上提供的市集識別碼。

適用於