次の方法で共有


Profile.MaxReturn プロパティ

定義

MultiValue ルーティングの種類に対して返されるエンドポイントの最大数を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象