Usage.Limit Property

Definition

Gets or sets the limit of usage.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to