ProductListing.ProductId プロパティ

定義

この ProductListing が表すアドオンの製品 ID を取得します。

public:
 property Platform::String ^ ProductId { Platform::String ^ get(); };
winrt::hstring ProductId();
public string ProductId { get; }
var string = productListing.productId;
Public ReadOnly Property ProductId As String

プロパティ値

String

Platform::String

winrt::hstring

アドオンの製品 ID。

注釈

製品 ID は、アプリがアドオンを識別するために使用する文字列です。 パートナー センターアドオンを提出するときに、製品 ID を入力します。この ID は、説明、価格レベル、有効期間に関連付けられます。 詳細については、「 コードでアドオンに製品 ID を使用する方法」を参照してください。

適用対象