ProfileInner.MaxReturn Property

Definition

Gets or sets maximum number of endpoints to be returned for MultiValue routing type.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maxReturn")]
public long? MaxReturn { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxReturn")>]
member this.MaxReturn : Nullable<int64> with get, set
Public Property MaxReturn As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to