Share via


HTTPConfiguration.ValidStatusCodes Property

Definition

Gets or sets valid status codes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to