DomainRecommendationSearchParameters.MaxDomainRecommendations Property

Definition

Gets or sets maximum number of recommendations.

[Newtonsoft.Json.JsonProperty(PropertyName="maxDomainRecommendations")]
public int? MaxDomainRecommendations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxDomainRecommendations")>]
member this.MaxDomainRecommendations : Nullable<int> with get, set
Public Property MaxDomainRecommendations As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to