ResourceRange.Min Property

Definition

Gets or sets the minimum number of the resource.

[Newtonsoft.Json.JsonProperty(PropertyName="min")]
public int? Min { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="min")>]
member this.Min : Nullable<int> with get, set
Public Property Min As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to