ProductListing.Keywords 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 list of keywords associated with the add-on (also called an in-app product or IAP). These strings correspond to the value of the Keywords field in the properties page for the add-on in Partner Center. These keywords are useful for filtering product lists by keyword, for example, when calling LoadListingInformationByKeywordsAsync.
public:
property IIterable<Platform::String ^> ^ Keywords { IIterable<Platform::String ^> ^ get(); };
IIterable<winrt::hstring> Keywords();
public IEnumerable<string> Keywords { get; }
var iIterable = productListing.keywords;
Public ReadOnly Property Keywords As IEnumerable(Of String)
Property Value
The keywords associated with the add-on.
Remarks
For more information about setting the keywords for an add-on in the dashboard, see Enter add-on properties.