Share via


Usage.Limit Property

Definition

Gets or sets max limit. -1 for unlimited

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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to