MonitorConfigExpectedStatusCodeRangesItem.Max Property

Definition

Gets or sets max status code.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to