共用方式為


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

適用於