Share via


Filters.Site Property

Definition

Gets or sets the URL of the site to return similar images and similar products from. (e.g., "www.bing.com", "bing.com").

[Newtonsoft.Json.JsonProperty(PropertyName="site")]
public string Site { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="site")>]
member this.Site : string with get, set
Public Property Site As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to