Share via


Usage.Limit Property

Definition

Gets or sets maximum value for this metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to