Sdílet prostřednictvím


SearchPointOfInterestOptions.BrandFilter Property

Definition

A list of brand names which could be used to restrict the result to specific brands. Item order does not matter. When multiple brands are provided, only results that belong to (at least) one of the provided list will be returned. Brands that contain a "," in their name should be put into quotes.

public System.Collections.Generic.IEnumerable<string> BrandFilter { get; set; }
member this.BrandFilter : seq<string> with get, set
Public Property BrandFilter As IEnumerable(Of String)

Property Value

Applies to