GoogleSearchOptionsNumberOfResults Property

Gets or sets the number of search results to return.

The maximum allowed value is MaxNumberOfResults.

Default value: 100

Definition

Namespace: DevCase.ThirdParty.Google.Search
Assembly: 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(100)]
public int NumberOfResults { get; set; }

Property Value

Int32

Remarks

See Also