共用方式為


ResponseContract.StatusCode Property

Definition

Gets or sets operation response HTTP status code.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to