GoogleSearchOptionsFilterResults Property
Gets or sets a value indicating whether to exclude similar website results from the search pages.
Default value:
Namespace: DevCase.ThirdParty.Google.SearchAssembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute(false)]
public bool FilterResults { get; set; }
<DefaultValueAttribute(false)>
Public Property FilterResults As Boolean
Get
Set
Dim instance As GoogleSearchOptions
Dim value As Boolean
value = instance.FilterResults
instance.FilterResults = value
public:
[DefaultValueAttribute(false)]
property bool FilterResults {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member FilterResults : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean