RecommendationInner.CategoryTags Property

Definition

Gets the list of category tags that this recommendation belongs to.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.categoryTags")]
public System.Collections.Generic.IList<string> CategoryTags { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.categoryTags")>]
member this.CategoryTags : System.Collections.Generic.IList<string>
Public ReadOnly Property CategoryTags As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to