Usage.Limit プロパティ

定義

許容される最大使用量を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象