StoreProduct.Keywords Property

Definition

Gets the keywords that are associated with the product in Partner Center. This property only applies to StoreProduct objects that represent add-ons. These strings correspond to the value of the Keywords field in the properties page for the add-on in Partner Center.

public:
 property IVectorView<Platform::String ^> ^ Keywords { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> Keywords();
public IReadOnlyList<string> Keywords { get; }
var iVectorView = storeProduct.keywords;
Public ReadOnly Property Keywords As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

A collection of strings that contain the keywords that are associated with the product in Partner Center.

Remarks

For more information about setting the keywords for an add-on in the dashboard, see Enter add-on properties.

Applies to