次の方法で共有


Usage.Limit プロパティ

定義

最大制限を取得または設定します。 無制限の場合は -1

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象