Share via


WebWebAnswer.SomeResultsRemoved Property

Definition

Gets a Boolean value that indicates whether the response excluded some results from the answer. If Bing excluded some results, the value is true.

[Newtonsoft.Json.JsonProperty(PropertyName="someResultsRemoved")]
public bool? SomeResultsRemoved { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="someResultsRemoved")>]
member this.SomeResultsRemoved : Nullable<bool>
Public ReadOnly Property SomeResultsRemoved As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to