StatusCodesBasedTrigger.Status Property

Definition

Gets or sets HTTP status code.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to