다음을 통해 공유


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

적용 대상